IsmAvatar / LateralGM

A free Game Maker source file editor
http://lateralgm.org/
Other
95 stars 25 forks source link

Ubuntu & SDL: gamepad_button_check_XXXX & joystick_check_button Don't Exist #521

Closed mikeypro83 closed 4 years ago

mikeypro83 commented 4 years ago

Describe the bug

On Unbuntu setting my project's playtform to SDL and using any of the gamepad/joysticks functions results in a compile failure of the project and enigma reports the reason is those functions do not exist.

Steps To Reproduce

  1. under linux/unix, set project platform to SDL
  2. add code referencing any of the gamepad/joystick functions
  3. attempt to run/compile project

Expected behavior

compile will fail stating that the joystick/gamepad functions do not exist

Exceptions & Error Messages

Building for mode (0) Cleaning up from previous executions

Game Files & Screenshots

Additional context

RobertBColton commented 4 years ago

@mikeypro83 ENIGMA engine bugs/compile failures go on the enigma-dev tracker, LGM is just a game maker file editor, it has no concept of "running" a game. Please post this on the correct tracker, thanks! https://github.com/enigma-dev/enigma-dev/issues/new/choose

PS: Also look in extensions for XInput extension!