Update rcore_drm.c
This commit is contained in:
parent
f45970a970
commit
58363eefe0
|
|
@ -1072,15 +1072,7 @@ const char *GetKeyName(int key)
|
||||||
TRACELOG(LOG_WARNING, "GetKeyName() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetKeyName() not implemented on target platform");
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
CORE.Input.Touch.pointCount = 0;
|
||||||
// Register all input events
|
|
||||||
void PollInputEvents(void)
|
|
||||||
{
|
|
||||||
CORE.Input.Touch.pointCount = 0; // <-- ADD THIS LINE HERE
|
|
||||||
|
|
||||||
// ... the rest of the original code follows
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
#if defined(SUPPORT_GESTURES_SYSTEM)
|
#if defined(SUPPORT_GESTURES_SYSTEM)
|
||||||
// NOTE: Gestures update must be called every frame to reset gestures correctly
|
// NOTE: Gestures update must be called every frame to reset gestures correctly
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user