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.

Source: ui/castleinputs.pas (line 105).

Hierarchy

  • TObject
  • TList
  • TObjectList
  • TComponentList
  • TInputShortcutBindingList

Overview

Methods

Public function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean;
Public function IsEvent(const Event: TInputPressRelease): Boolean;
Public function ToString: String; override;

Description

Methods

Public function IsPressed(const Container: TCastleContainer; out HowMuch: Single): Boolean;

Is the input currently pressed.

Source: ui/castleinputs.pas (line 108).

Public function IsEvent(const Event: TInputPressRelease): Boolean;

Does receiving TCastleUserInterface press with this Event means that this input has been just pressed.

Source: ui/castleinputs.pas (line 114).

Public function ToString: String; override;

Description of all bindings, separated by ' or ' Empty string if the list is empty.

Source: ui/castleinputs.pas (line 118).


Generated by PasDoc 0.17.0.snapshot.