Irrlicht module
BlitzMax Forums/BlitzMax Module Tweaks/Irrlicht module| 
 | ||
| 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 | 
| 
 | ||
| you need to import brl.eventqueue as well, it was moved out from brl.system. | 
| 
 | ||
| It works now. Thanks! |