]> git.tdb.fi Git - libs/gui.git/commit
Normalize device axis ranges to [-1, 1]
authorMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2008 15:14:35 +0000 (15:14 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2008 15:14:35 +0000 (15:14 +0000)
commitdaf317db7a79a4c92880042125814ca942c3a6fa
tree610440a292a03598458807834db8c41101639845
parentfcd5f24311fcfe772825a75678e038749401a9be
Normalize device axis ranges to [-1, 1]
Make dead zone and threshold control-specific
Disable Control copy-c'tor and operator= as non-sensible
Properly support dead zone and threshold in SmoothControl
Implement get_axis_name in Mouse and Hub
source/input/binarycontrol.cpp
source/input/binarycontrol.h
source/input/control.cpp
source/input/control.h
source/input/device.h
source/input/hub.cpp
source/input/hub.h
source/input/mouse.cpp
source/input/mouse.h
source/input/smoothcontrol.cpp
source/input/smoothcontrol.h