Do you know any good event reveivers for irrlicht?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
MasterM
Posts: 128
Joined: Sat Oct 20, 2007 2:38 am
Location: netherlands antilles, Curacao

Do you know any good event reveivers for irrlicht?

Post by MasterM »

Hi all.
I have been working on a project but finaly got to the part to make the keyboard functions and than i went to try the default irrlicht event reciever but got stuck with it and its functions so i am looking for another 3th party plugin for irrlicht that helps me with that wich is compatible with irrlicht version 1.4 and has a example(a simple one) and readme.
Thanks in advance.
C++ is not the Magdalena...it takes patience...shes like the well aged prostitute, it takes years to learn her tricks! she is cruel...laughs at you when you are naked...
Life of a programmer == Const abuse
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There is no really fancy stuff happening in the event receiver. So any available receiver will more or less provide the same things, maybe slightly improved compared to the examples. The only one I can recall at th moment is the MastEventReceiver, which you can also find in the Irrlicht Wiki. And be sure to read about the bool keys array, also on the Wiki. But you will have to face some amount of work to implement an EventReceiver which fits your project.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Also, while the Irrlicht event receiver does what it does just fine, there's nothing forcing you to use it. You could use SDL, or a dedicated standalone input system like OOIS - note that you'll need to use 3rd party solution if you want joystick support.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Post Reply