Class TInputShortcutBindingList
Unit
Declaration
type TInputShortcutBindingList = class(TComponentList)
Description
List of TInputShortcutBinding. This is a TComponentList, so removed components are auto-removed from this list.
Hierarchy
- TObject
- TList
- TObjectList
- TComponentList
- TInputShortcutBindingList
Overview
Methods
![]() |
function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean; |
![]() |
function IsEvent(const Event: TInputPressRelease): Boolean; |
![]() |
function ToString: String; override; |
Description
Methods
![]() |
function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean; |
Is the input currently pressed. |
![]() |
function IsEvent(const Event: TInputPressRelease): Boolean; |
Does receiving TCastleUserInterface press with this Event means that this input has been just pressed. |
![]() |
function ToString: String; override; |
Description of all bindings, separated by ' or ' Empty string if the list is empty. |
Generated by PasDoc 0.16.0-snapshot.