mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-19 08:41:16 +00:00
Some spacing review
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user