Searched refs:mt_req_code (Results 1 – 1 of 1) sorted by relevance
595 Uint32* mt_req_code; in SDL_EVDEV_sync_device() local607 if (mt_req_code == NULL) { in SDL_EVDEV_sync_device()616 SDL_free(mt_req_code); in SDL_EVDEV_sync_device()640 *mt_req_code = ABS_MT_POSITION_X; in SDL_EVDEV_sync_device()643 SDL_free(mt_req_code); in SDL_EVDEV_sync_device()658 *mt_req_code = ABS_MT_POSITION_Y; in SDL_EVDEV_sync_device()661 SDL_free(mt_req_code); in SDL_EVDEV_sync_device()676 *mt_req_code = ABS_MT_PRESSURE; in SDL_EVDEV_sync_device()679 SDL_free(mt_req_code); in SDL_EVDEV_sync_device()696 SDL_free(mt_req_code); in SDL_EVDEV_sync_device()[all …]
Completed in 18 milliseconds