Root window clicks?
Posted: Sun Feb 21, 2010 18:56
Hi
how can i find out when the user clicks the very root window?
i was trying this:
but the EventArgs holds wierd data so I thought this must not be used this way?
Version : 0.7.1
how can i find out when the user clicks the very root window?
i was trying this:
Code: Select all
Window* main = dynamic_cast<Window*>(winMgr.getWindow("editor"));
main->subscribeEvent(Window::EventMouseMove, Event::Subscriber(editorMouseMove));but the EventArgs holds wierd data so I thought this must not be used this way?
Version : 0.7.1