TGamolfCustomJoystickService.hasJoystickButtonsAPI Method

Override this function and return true for platforms where buttons place are known. By default, it's false;

Unit: Gamolf.RTL.Joystick
function hasJoystickButtonsAPI: boolean

Return Value

Type: System.Boolean

 

Implements

Gamolf.RTL.Joystick.IGamolfJoystickService.hasJoystickButtonsAPI

If "true" use TJoystickButtons enumeration to check if a button is pressed. If "false" use buttons ID to check if a button is pressed.