Page 1 of 1

how to get mouse cursor position?

Posted: Sat Aug 20, 2005 06:43
by thelONE
how to get mouse cursor position on the screen? thanks~

Re: how to get mouse cursor position?

Posted: Sat Aug 20, 2005 12:59
by lindquist
oddly enough this is done with:

Code: Select all

CEGUI::Point mousePos = CEGUI::MouseCursor::getSingleton().getPosition();