HomeSort by relevance Sort by last modified time
    Searched refs:last_virtual_button (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 113 Uint32 last_virtual_button;/* last virtual mouse button pressed */ member in struct:SDL_PrivateVideoData
155 #define last_virtual_button (this->hidden->last_virtual_button) macro
SDL_QuartzEvents.m 869 last_virtual_button = SDL_BUTTON_RIGHT;
873 last_virtual_button = SDL_BUTTON_MIDDLE;
883 if ( last_virtual_button != 0 ) {
884 DO_MOUSE_UP (last_virtual_button);
885 last_virtual_button = 0;
    [all...]

Completed in 55 milliseconds