diff options
author | jonas <himself@jonasgunz.de> | 2019-01-25 16:36:31 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-01-25 16:36:31 +0100 |
commit | ec1b2201715adb0dba941bdb0d7d11c42e7d2f6b (patch) | |
tree | 7577c8f4531b7cc2aba283eecd3773fa651f06ed /cInput.h | |
parent | 8e4e732b3c234f33759e1415b6b1418b071b587b (diff) | |
download | termgl-ec1b2201715adb0dba941bdb0d7d11c42e7d2f6b.tar.gz |
Travis integration, minor fixes
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 |