Searched defs:clicks (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 483 …ateSendMouseButton(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks) 587 …dMouseButtonClicks(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks)
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_events.h | 279 Uint8 clicks; /**< 1 for single-click, 2 for double-click, etc. */ member
|
Completed in 6 milliseconds