Irrlicht module

BlitzMax Forums/BlitzMax Module Tweaks/Irrlicht module

Moraldi(Posted 2007) [#1]
I am trying to run the Win32Window.bmx sample file that comes with Irrlicht engine and I am getting a Compiler Error: "Identifier 'PeekEvent' not found.
What I am doing wrong?
Thanks


Dreamora(Posted 2007) [#2]
you need to import brl.eventqueue as well, it was moved out from brl.system.


Moraldi(Posted 2007) [#3]
It works now. Thanks!