Searched refs:current_slot (Results 1 – 1 of 1) sorted by relevance
81 int current_slot; member310 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