mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 14:10:27 -04:00
fix bug, controller info, remove old stuff
This commit is contained in:
parent
e2fb5b9910
commit
1297cccd70
21 changed files with 98 additions and 66 deletions
|
@ -104,3 +104,6 @@ void init_joystick(const INI_CONFIG_SECTION *section) {
|
|||
char is_joystick_used() {
|
||||
return get_sdl_global_context().is_joystick_used()?1:0;
|
||||
}
|
||||
char is_joystick_enabled() {
|
||||
return get_sdl_global_context().is_joystick_enabled()?1:0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue