Hi,
I had the same problem with the winforms events, so I created a class to manage the Irrlicht device. This class has methods that are called when a winform event occurs on the form control.. of course it could become much more complicated to do things like control a FPS camera. Has anyone done something like this?? or is there a simpler way to make Irrlicht events work in winforms??
Irrlicht in a WinForm!
Then don't start with a console, just use the IrrlichtDevice window instead of the winform.Ros wrote:I don't need console startRos wrote:
shurijo
say:
Quote:
Its much easier to handle events using Irrlicht without putting it in a picturebox (using the IrrlichtDevice window instead of a WinForm).
How? where i can look example of code?
All of the tutorials (with the exception of the WinForm tutorial) use an IrrlichtDevice without placing it on a .NET WinForm.
I need WinForm start without console.