X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fdevice.h;h=7df388b18c34f5f0d2dc1001ac61e27ae5b9afa8;hp=e356bea86a4639cc5280d0a974eb6af3a8f005ab;hb=f9ebab54c3debe98e108790be9c21f43f4de116f;hpb=754d00736b05c0f07f2fe34889527f8e3013dd37 diff --git a/source/input/device.h b/source/input/device.h index e356bea..7df388b 100644 --- a/source/input/device.h +++ b/source/input/device.h @@ -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.