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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - hythron

Pages: [1]
1
Window / fullscreen and mouse position
« on: July 31, 2010, 11:28:24 am »
hey,
When I am switch to fullscreen all graphics become stretched. This is fine.
But the mouse coords are still the same.

So if I run fullscreen a stretched sf::Shape box with an x position of 100px is not   on the exact same location on the screen as GetMouseX() returning 100px.

How can I get the coordinates from stretched graphical objects. Is there some kind of scale value I can use?

2
General / Crash after clear
« on: June 28, 2010, 01:47:54 pm »
After reinstalling visual studio 2008 I suddenly get all kind of erros within my project that worked fine before.

first the know crash bug with sf::String. I heard it was fixed in 1.6 but for me it is still there.

when I comment out the sf::String I get another crash after the App.Clear() function. Yes I have used the debug Libraries like sfml-window-b.lib

whyyyyyy  :cry:

Pages: [1]
anything