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
