]> git.tdb.fi Git - libs/gui.git/history - source/input/windows
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / windows /
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaUse the override specifier where appropriate
2022-11-20 Mikko RasaAdd constants for mouse axes and buttons
2022-11-17 Mikko RasaAdd a type enumeration for devices
2019-09-20 Mikko RasaGenerate synthetic key release events for repeated...
2019-09-18 Mikko RasaHandle WM_SYSKEYDOWN, WM_SYSKEYUP and WM_SYSCHAR events
2016-09-20 Mikko RasaImplement game controllers on Windows through XInput
2015-12-20 Mikko RasaCosmetic fixes
2015-12-20 Mikko RasaWindows compilation fixes
2014-12-22 Mikko RasaFix the Windows version check in Touchscreen::is_available
2014-12-19 Mikko RasaAdd an availability check to Touchscreen
2014-11-13 Mikko RasaTouchscreen input device
2014-10-12 Mikko RasaCosmetic changes
2013-07-12 Mikko RasaFix handling of various special keys on Windows
2013-06-05 Mikko RasaAdd KEY_NONE constant
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories