diff options
| author | Ray <raysan5@gmail.com> | 2019-02-28 23:06:37 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-02-28 23:06:37 +0100 |
| commit | 36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b (patch) | |
| tree | ecf58f4a3149e429dc8b6f9c02070453d49977e9 /src/core.c | |
| parent | 50da9f623e1c2c70530653399a9acf1092e30a1d (diff) | |
| download | raylib-36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b.tar.gz raylib-36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b.zip | |
Some spacing review
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4321,7 +4321,7 @@ static void *EventThread(void *arg) // Button parsing if (event.type == EV_KEY) { - if((event.code == BTN_TOUCH) || (event.code == BTN_LEFT)) + if ((event.code == BTN_TOUCH) || (event.code == BTN_LEFT)) { currentMouseStateEvdev[MOUSE_LEFT_BUTTON] = event.value; if (event.value > 0) gestureEvent.touchAction = TOUCH_DOWN; |
