how to get mouse cursor position?
Posted: Sat Aug 20, 2005 06:43
how to get mouse cursor position on the screen? thanks~
The official forum for CEGUI
http://cegui.org/forum/
Code: Select all
CEGUI::Point mousePos = CEGUI::MouseCursor::getSingleton().getPosition();