mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 23:33:13 +00:00
erlist -> earliest
This commit is contained in:
@@ -352,9 +352,9 @@ void SDL_EVDEV_Poll(void)
|
||||
}
|
||||
|
||||
/* BTN_TOUCH event value 1 indicates there is contact with
|
||||
a touchscreen or trackpad (earlist finger's current
|
||||
a touchscreen or trackpad (earliest finger's current
|
||||
position is sent in EV_ABS ABS_X/ABS_Y, switching to
|
||||
next finger after earlist is released) */
|
||||
next finger after earliest is released) */
|
||||
if (item->is_touchscreen && event->code == BTN_TOUCH) {
|
||||
if (item->touchscreen_data->max_slots == 1) {
|
||||
if (event->value) {
|
||||
|
||||
Reference in New Issue
Block a user