Record TGameControllerPressRelease
Unit
Declaration
type TGameControllerPressRelease = record
Description
Used when input indicates press / release of a game controller button. This is used in TInputPressRelease.EventType = itGameController.
Overview
Fields
![]() |
Button: TGameControllerButton; |
![]() |
Meaning: TGameControllerButtonMeaning; |
![]() |
Caption: String; |
![]() |
ControllerIndex: Integer; |
Description
Fields
![]() |
Button: TGameControllerButton; |
Button that was pressed or released. |
![]() |
Meaning: TGameControllerButtonMeaning; |
Meaning commonly assigned to this button, like gmConfirm or gmCancel. This is gmNone if the button does not have any meaning expressed as TGameControllerButtonMeaning. |
![]() |
ControllerIndex: Integer; |
Controller on which this button was pressed or released. This is an index to the Controllers array. |
Generated by PasDoc 0.16.0-snapshot.