Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c81 int current_slot; member
310 item->touchscreen_data->current_slot = events[i].value; in SDL_EVDEV_Poll()
316 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].tracking_id = events[i].value; in SDL_EVDEV_Poll()
317 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
319 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
325 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].x = events[i].value; in SDL_EVDEV_Poll()
327 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
333 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].y = events[i].value; in SDL_EVDEV_Poll()
335 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
341 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].pressure = events[i].value; in SDL_EVDEV_Poll()
[all …]

Completed in 5 milliseconds