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 C: Char; const Time: TX3DTime); override; |
|
 |
procedure CreateNode; override; |
|
 |
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.
|
 |
property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed; |
|
Generated by PasDoc 0.16.0.