Searched defs:SendMouseEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp150 static void SendMouseEvent(VBoxSDLFB *fb, int dz, int button, int down);
2645 SendMouseEvent(fb, 0, 0, 0);
2704 SendMouseEvent(fb, dz, event.type == SDL_MOUSEBUTTONDOWN, bev->button);
4000 static void SendMouseEvent(VBoxSDLFB *fb, int dz, int down, int button) function

Completed in 58 milliseconds