Descent3/ddio
Louis Gombert 6c533364f6 Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options
Removes key_emulation and joy_emulation toggles from ddio_init_info structures, that were not used in the SDL implementation.
All input is now handled using SDL for all platforms, alternatejoy/directinput options were only relevant for Windows-specific DirectInput. 'slowkey' was an unimplemented feature.
2024-09-18 22:32:56 +02:00
..
chrono_timer.cpp DDIO: new crossplatform SleepMS() function 2024-08-20 23:08:10 +03:00
chrono_timer.h DDIO: new crossplatform SleepMS() function 2024-08-20 23:08:10 +03:00
CMakeLists.txt Rename lnxcontroller to sdlcontroller 2024-09-18 22:32:09 +02:00
controller.h Don't import sdlcontroller in controller.h 2024-09-18 22:32:09 +02:00
ddio_common.h Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
ddio_lnx.h Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
ddio.cpp Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
ddio.h Fix spello "it's" 2024-09-03 13:26:51 +02:00
file.cpp Change signature of ddio_DoForeachFile() 2024-08-15 11:50:36 +03:00
key.cpp Cleanup mono debugging code 2024-06-03 01:40:33 +03:00
lnxfile.cpp mem_malloc type triviality checks (3/8) 2024-09-16 22:12:13 +02:00
lnxforcefeedback.cpp Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
lnxio.cpp Convert ddio to use new logging facility 2024-09-10 03:00:25 +03:00
lnxkey_null.cpp Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
lnxkey_sdl.cpp DDIO: implement mouse grab state functions 2024-08-21 12:29:28 +03:00
lnxkey.cpp Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
lnxmouse.cpp DDIO: implement mouse grab state functions 2024-08-21 12:29:28 +03:00
sdlcontroller.cpp Rename lnxcontroller to sdlcontroller 2024-09-18 22:32:09 +02:00
sdlcontroller.h Rename lnxcontroller to sdlcontroller 2024-09-18 22:32:09 +02:00
sdljoy.cpp Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
winfile.cpp mem_malloc type triviality checks (7/8) 2024-09-16 22:12:14 +02:00