Searched refs:norm_y (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 245 float norm_x, norm_y, norm_pressure; in SDL_EVDEV_Poll() local 393 … norm_y = (float)(item->touchscreen_data->slots[j].y - item->touchscreen_data->min_y) / in SDL_EVDEV_Poll() 409 …->fd, item->touchscreen_data->slots[j].tracking_id, NULL, SDL_TRUE, norm_x, norm_y, norm_pressure); in SDL_EVDEV_Poll() 413 …>fd, item->touchscreen_data->slots[j].tracking_id, NULL, SDL_FALSE, norm_x, norm_y, norm_pressure); in SDL_EVDEV_Poll() 418 …otion(item->fd, item->touchscreen_data->slots[j].tracking_id, NULL, norm_x, norm_y, norm_pressure); in SDL_EVDEV_Poll()
|
Completed in 3 milliseconds