]> git.tdb.fi Git - libs/gui.git/history - source/input/keys.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / keys.cpp
2022-11-27 Mikko RasaReimplement reverse key lookup with a sorted vector
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaStreamline iterators and loop constructs
2022-11-20 Mikko RasaAdd constants for mouse axes and buttons
2022-11-19 Mikko RasaAdd conversions to/from string for key names and device...
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories
2011-08-30 Mikko RasaRemove modifier constants
2011-08-25 Mikko RasaException changes
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2010-11-02 Mikko RasaFix an uninitialized variable
2010-02-28 Mikko RasaAdd EventSource abstraction layer below Window
2008-03-19 Mikko RasaOpenGL can now be required as a package on all archs
2008-03-10 Mikko RasaAdd platform independent constants for keys (win32...