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

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.

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

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

Public 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.