diff options
Diffstat (limited to 'cInput.h')
-rw-r--r-- | cInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ struct sInputEvent unsigned int type; unsigned char c; unsigned int b; - unsigned int x, y; + int x, y; }; class cInput |