Class TStringSensorNode
Unit
X3DNodes
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
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure KeyDown(Key: TKey; C: char; const Time: TX3DTime); override; |
|
Properties
 |
property FdDeletionAllowed: TSFBool read FFdDeletionAllowed; |
|
 |
property DeletionAllowed: boolean read GetDeletionAllowed write SetDeletionAllowed; |
|
Generated by PasDoc 0.15.0.
|