From 1d94de45354ebb309ecba126a2c5a4a648bdaf3f Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 18 Jun 2012 16:32:03 +0000 Subject: REFACTOR [reletive -> relative] From /dev/humancontroller. --- src/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon/qcommon.h') 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; -- cgit