Class TInputShortcutBinding
Unit
Declaration
type TInputShortcutBinding = class(TComponent)
Description
Abstract input binding, like a given key / mouse button / game contoller press. The TInputShortcut can be triggered by one or more of these.
Hierarchy
- TObject
- TPersistent
- TComponent
- TInputShortcutBinding
Overview
Methods
![]() |
function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean; virtual; |
![]() |
function IsEvent(const Event: TInputPressRelease): Boolean; virtual; |
![]() |
function ToString: String; override; |
Description
Methods
![]() |
function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean; virtual; |
Is the input currently pressed. If returns |
![]() |
function IsEvent(const Event: TInputPressRelease): Boolean; virtual; |
Does receiving TCastleUserInterface press with this Event means that this input has been just pressed. |
![]() |
function ToString: String; override; |
Description of the binding. |
Generated by PasDoc 0.16.0-snapshot.