Class TStringSensorNode
Unit
Declaration
type TStringSensorNode = class(TAbstractKeyDeviceSensorNode)
Description
Generates events as the user inputs a longer string on the keyboard, useful for example to simulate "input fields" in 3D.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TAbstractKeyDeviceSensorNode
- TStringSensorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure KeyDown(Key: TKey; C: char; const Time: TX3DTime); override; |
Properties
![]() |
property FdDeletionAllowed: TSFBool read FFdDeletionAllowed; |
![]() |
property EventEnteredText: TSFStringEvent read FEventEnteredText; |
![]() |
property EventFinalText: TSFStringEvent read FEventFinalText; |
![]() |
property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure KeyDown(Key: TKey; C: char; const Time: TX3DTime); override; |
Properties
![]() |
property FdDeletionAllowed: TSFBool read FFdDeletionAllowed; |
![]() |
property EventEnteredText: TSFStringEvent read FEventEnteredText; |
![]() |
property EventFinalText: TSFStringEvent read FEventFinalText; |
![]() |
property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed; |
Generated by PasDoc 0.16.0.
