Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: real mouse coordinates  (Read 1208 times)

0 Members and 1 Guest are viewing this topic.

CreaM

  • Newbie
  • *
  • Posts: 36
    • View Profile
real mouse coordinates
« on: June 09, 2014, 04:49:01 pm »
Hello, i need to get real mouse coordinates - coordinates relatively to SFML world - no to the window.
This is problem when I use views - I actually can calculate this using view.get...();
But when I use rotation of views, zoom, Im mooving with that view and so on... Its starting to be complicated...
Is there way to get mouse real coordinates directly (easily)?
Thanks for answers.