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

Author Topic: Get window position  (Read 2312 times)

0 Members and 1 Guest are viewing this topic.

Xeon06

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Get window position
« on: May 12, 2010, 02:54:40 am »
Hey folks,

I was wondering, how can I get the on screen position of a RenderWindow object using SFML 2.0? If not is there a way to get a valid handle to pass to GetWindowRect from user32.dll?

Thanks.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Get window position
« Reply #1 on: May 12, 2010, 07:56:28 am »
It's currently not possible, but it might be in the future.
Laurent Gomila - SFML developer

Xeon06

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Get window position
« Reply #2 on: May 12, 2010, 05:19:19 pm »
Allright, thanks.