diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-06-18 16:32:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:32:29 +0000 |
commit | 1d94de45354ebb309ecba126a2c5a4a648bdaf3f (patch) | |
tree | d545ec1482cd1a3d8dacb55e629e6ccdce35e9a5 /src/qcommon/qcommon.h | |
parent | 3a8f5c5225a6eefb1613f082c078670c643cc7e8 (diff) |
REFACTOR [reletive -> relative]
From /dev/humancontroller.
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 838087b7..868bf43a 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -771,7 +771,7 @@ typedef enum { SE_NONE = 0, // evTime is still valid SE_KEY, // evValue is a key code, evValue2 is the down flag SE_CHAR, // evValue is an ascii char - SE_MOUSE, // evValue and evValue2 are reletive signed x / y moves + SE_MOUSE, // evValue and evValue2 are relative signed x / y moves SE_JOYSTICK_AXIS, // evValue is an axis number and evValue2 is the current state (-127 to 127) SE_CONSOLE // evPtr is a char* } sysEventType_t; |