Why does the Tech Demo use a Windows window?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Why does the Tech Demo use a Windows window?

Post by Guest »

Subject.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

It creates windows thru the IrrLicht device--
on windows, it happens to do that using the hDC.

on linux/OSX it uses respective native windowing systems.

why are you concerned?
a screen cap is worth 0x100000 DWORDS
Post Reply