]> git.tdb.fi Git - libs/gui.git/history - source/input/linux
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / linux /
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-27 Mikko RasaStreamline iterators and loop constructs
2022-11-17 Mikko RasaAdd a type enumeration for devices
2021-11-02 Mikko RasaUse size_t for I/O operation sizes
2021-11-02 Mikko RasaAdapt to container type change in mspcore
2019-06-06 Mikko RasaSort game controller devices for consistency
2017-12-04 Mikko RasaImplement the required virtual functions in JsDevice
2016-09-20 Mikko RasaEnumerate available game controllers
2016-09-19 Mikko RasaFix GameController multiple inclusion guards
2016-07-23 Mikko RasaDon't leak memory if JsDevice constructor throws
2016-07-21 Mikko RasaAdd support for blocking ticks and EventDispatcher...
2015-12-20 Mikko RasaClose the game controller device when deleting the...
2014-10-12 Mikko RasaZero-initialize JsDevice name buffer to avoid valgrind...
2014-09-11 Mikko RasaAdd a game controller input device