erlist -> earliest

This commit is contained in:
qndel
2024-09-18 08:37:47 +02:00
parent 56739eb08b
commit 7b85439639

View File

@@ -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) {