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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c839 Point mouse_pos; local
842 GetMouse( &mouse_pos );
845 pos[0] = mouse_pos.h - (int) window_rect[0];
846 pos[1] = (int) window_rect[3] - (mouse_pos.v - (int) window_rect[1]);

Completed in 46 milliseconds