Class TMouseSensorNode
Unit
Declaration
type TMouseSensorNode = class(TAbstractSensorNode)
Description
No description available, ancestor TAbstractSensorNode description follows
Base abstract class for all sensors.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TMouseSensorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdEventsProcessed: TSFBool read FFdEventsProcessed; |
![]() |
property EventClient: TSFVec2fEvent read FEventClient; |
![]() |
property EventPosition: TSFVec2fEvent read FEventPosition; |
![]() |
property EventLButton: TSFBoolEvent read FEventLButton; |
![]() |
property EventMButton: TSFBoolEvent read FEventMButton; |
![]() |
property EventRButton: TSFBoolEvent read FEventRButton; |
![]() |
property EventMouseWheel: TSFFloatEvent read FEventMouseWheel; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdEventsProcessed: TSFBool read FFdEventsProcessed; |
![]() |
property EventClient: TSFVec2fEvent read FEventClient; |
![]() |
property EventPosition: TSFVec2fEvent read FEventPosition; |
![]() |
property EventLButton: TSFBoolEvent read FEventLButton; |
![]() |
property EventMButton: TSFBoolEvent read FEventMButton; |
![]() |
property EventRButton: TSFBoolEvent read FEventRButton; |
![]() |
property EventMouseWheel: TSFFloatEvent read FEventMouseWheel; |
Generated by PasDoc 0.16.0.
