TGamolf Custom Joystick Service .has Joystick Buttons API Method
Override this function and return true for platforms where buttons place are known. By default, it's false;
function hasJoystickButtonsAPI: boolean
Return Value
Type: System.Boolean
Implements
Gamolf.RTL.Joystick.IGamolfJoystickService.hasJoystickButtonsAPIIf "true" use TJoystickButtons enumeration to check if a button is pressed. If "false" use buttons ID to check if a button is pressed.