Class TInputInspector
Unit
Declaration
type TInputInspector = class(TComponent)
Description
How to invoke the inspector, see TCastleContainer.InputInspector.
Hierarchy
- TObject
- TPersistent
- TComponent
- TInputInspector
Overview
Fields
![]() |
Key: TKey; |
![]() |
KeyModifiers: TModifierKeys; |
![]() |
PressFingers: Cardinal; |
![]() |
PressTime: TFloatTime; |
Methods
![]() |
function ToString: String; override; |
Description
Fields
![]() |
Key: TKey; |
|
Key to activate the inspector (set to keyNone to disable). By default this is keyF8 in debug builds, and keyNone in release. | |
![]() |
KeyModifiers: TModifierKeys; |
|
Required modifiers to be pressed together with Key. This is [] by default (no modifiers). Ignored when Key is keyNone. | |
![]() |
PressTime: TFloatTime; |
|
How long do the fingers mentioned in PressFingers have to be pressed. Ignored when PressFingers is 0. | |
Methods
![]() |
function ToString: String; override; |
|
Describe current TInputInspector state. | |
Generated by PasDoc 0.16.0.
