Im using vb.net (IrrlichtLime) and I need to rotate the camera whenever the user presses the arrow keys.
My problem is that I cannot find anywhere the IEventReciever class to handle the events..
these are my declarations: (maybe I am missing something here?)
Code: Select all
Imports System
Imports IrrlichtLime
Imports IrrlichtLime.Core
Imports IrrlichtLime.Video
Imports IrrlichtLime.Scene
Imports IrrlichtLime.GUI
Thanks alot,
Dave