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.


Messages - mrjnewt

Pages: [1]
1
D / up-to-date D bindings for the v1.5 C API
« on: October 06, 2010, 11:07:39 pm »
Are these bindings compatible with 1.6 or will I need to revert to the previous package?

2
Feature requests / WM Specific information
« on: August 26, 2010, 11:56:39 pm »
Great, I was searching the classes list and the WindowHandle class isn't documented. Is there any way to get the X11 display pointer? As I understand it, many X11 function require both the window and display handles.

3
Feature requests / WM Specific information
« on: August 26, 2010, 10:22:34 pm »
I've looked over the documentation and haven't been able to find anything which supplies this functionality, so here goes. I'd like to request the addition of a function analogous to SDL's SDL_GetWMInfo (which returns the structure described here: http://sdl.beuc.net/sdl.wiki/SDL_SysWMInfo).

Why this is important:
With access to the display pointer and window (X11) or window handle (Windows), individuals can implement important functionality such as drag'n'drop, copy and paste, window shaping/transparency, etc. This removes the burden from SFML to build these things in.

Implementation difficulty:
Simple. SFML already manages this information behind the scenes; the addition of one function and one class would suffice.

Regards,
Justin

Pages: [1]
anything