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 - jorrit5477

Pages: [1]
1
Window / Get win32 window handle (HWND) *SOLVED*
« on: April 28, 2009, 06:29:38 pm »
It doesn't break anything, only a couple of extra lines in Window.hpp/cpp, so I think you should ;)

2
Window / Get win32 window handle (HWND) *SOLVED*
« on: April 28, 2009, 11:26:41 am »
Hi,

I am new to this forum, so at the very first I would like to say thank you for this wonderful and slim API. I am running some tests for an application currently at the start of development at the company I am working at.

I got a small framework build around SFML for handling events (frame events, window events and input events). Since I am already familiar with OIS for input and I like it, I would like to use the OIS library.

The solution mentioned above works really well, and since it is not breaking the API, could this be added to the library? If needed I could supply a patch for sfml2 (I am using this version). I noticed the WindowImpl class defines GetHandle, but it doesn't seem accessible through Window nor RenderWindow.

Cheers!
Jorrit

Pages: [1]
anything