I have created Irrlicht device inside a Win32 window and now I want to resize the device so that I can have ordinary Win32 scroll bars below and to the right of the device rendering area.
How can I do this?
I want to capture window messages in my window procedure and forward them to my event receiver so that Irrlicht can resize its device area accordingly.
Resize problem
don't create Irrlicht in the window, but create another widget in the window and create Irrlicht inside this widget...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 170
- Joined: Sun Jul 01, 2007 11:41 pm
- Location: Manchester, UK
you can use any widget you can get the hdc from...
maybe a picture box...
maybe a picture box...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java