summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index dc60eee4..4e195ec7 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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;