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 KeyDown(const Key: TKey; const KeyString: String; const Time: TX3DTime); override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdDeletionAllowed: TSFBool read FFdDeletionAllowed; |
Internal wrapper for property DeletionAllowed . This wrapper API may change, we advise to access simpler DeletionAllowed instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed; |
|
Generated by PasDoc 0.16.0.