]> git.tdb.fi Git - libs/gui.git/history - source/input/mouse.cpp
Include the matching header first in .cpp files
[libs/gui.git] / source / input / mouse.cpp
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-20 Mikko RasaAdd constants for mouse axes and buttons
2022-11-17 Mikko RasaAdd a type enumeration for devices
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories
2012-12-01 Mikko RasaFix mouse buttons on Windows
2011-08-30 Mikko RasaFall back to Device::get_*_name if name can't be determined
2011-08-30 Mikko RasaFix windows compilation
2011-08-30 Mikko RasaDiscard the EventSource abstraction
2011-08-25 Mikko RasaHeader updates
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2010-02-28 Mikko RasaAdd EventSource abstraction layer below Window
2008-10-06 Mikko RasaNormalize device axis ranges to [-1, 1]
2008-03-06 Mikko RasaReorganize files to separate gbase and input