mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 03:08:01 +00:00
erlist -> earliest
This commit is contained in:
parent
56739eb08b
commit
7b85439639
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue