]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/device.h
Add a gesture detector input device
[libs/gui.git] / source / input / device.h
index e356bea86a4639cc5280d0a974eb6af3a8f005ab..7df388b18c34f5f0d2dc1001ac61e27ae5b9afa8 100644 (file)
@@ -11,7 +11,7 @@ namespace Input {
 /**
 Base class for input devices.  Input devices have two types of controls:
 buttons and axes.  Buttons are either on or off.  Axes have a floating point
-value in the range [-1, 1].
+value nominally in the range [-1, 1].
 
 Event handlers return a boolean indicating whether the event is considered
 processed.  If a handler returns true, no further handlers are invoked.