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

Overview

Methods

Public procedure KeyDown(const Key: TKey; const C: Char; const Time: TX3DTime); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdDeletionAllowed: TSFBool read FFdDeletionAllowed;
Public property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed;
Public property EventEnteredText: TSFStringEvent read FEventEnteredText;
Public property EventFinalText: TSFStringEvent read FEventFinalText;

Description

Methods

Public procedure KeyDown(const Key: TKey; const C: Char; const Time: TX3DTime); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdDeletionAllowed: TSFBool read FFdDeletionAllowed;

Internal wrapper for property DeletionAllowed. This wrapper API may change, we advise to access simpler DeletionAllowed instead.

Public property DeletionAllowed: Boolean read GetDeletionAllowed write SetDeletionAllowed;
 
Public property EventEnteredText: TSFStringEvent read FEventEnteredText;
 
Public property EventFinalText: TSFStringEvent read FEventFinalText;
 

Generated by PasDoc 0.16.0.