]> git.tdb.fi Git - libs/gui.git/history - source/input/hub.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / hub.cpp
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaStreamline iterators and loop constructs
2022-11-19 Mikko RasaAdd functions to look up subdevices of composite input...
2022-11-17 Mikko RasaAdd a type enumeration for devices
2022-11-17 Mikko RasaGo back to using vector to store devices in a Hub
2021-11-17 Mikko RasaChange call to hash function
2013-03-24 Mikko RasaAllow event handling to be interrupted
2011-09-04 Mikko RasaUse hashes to make button/axis indices in Hub predictable
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
2008-10-06 Mikko RasaNormalize device axis ranges to [-1, 1]
2008-06-08 Mikko RasaAdd a missing include
2008-03-06 Mikko RasaReorganize files to separate gbase and input