i am using vista and my code is crashing on this code-line:
core::position2d<s32> mouse_pos=device->getCursorControl()->getPosition();
on my XP PC it is working fine.
has anyone an idea?
thank you
Best Regards
Edwart
----
Solved:
in the event-receiver it isnt working
![Wink ;-)](./images/smilies/icon_wink.gif)
i made a checku for the event during the game_loop and now it works fine.