Search found 2 matches

by Sir
Sun Jan 22, 2006 11:40 pm
Forum: Irrlicht.NET
Topic: Posting user events in Irrlicht.NET
Replies: 4
Views: 1819

Yes, right, this is working when i set while (device.Run()) as main loop, but when i want call Irrlicht render and events functions only sometimes when i want redraw content of window because some nodes change orintation or position, this isn't work.

What can I do in this situation?
by Sir
Fri Jan 20, 2006 5:55 pm
Forum: Irrlicht.NET
Topic: Posting user events in Irrlicht.NET
Replies: 4
Views: 1819

Posting user events in Irrlicht.NET

Hi, this is my first post in this forum :)

I'm using Irrlich.NET to write simple editor for my game. I create Irrlich device in panel on normal windows form. I was reading that in this situation mouse and keyboard events aren't post to Irrlich. So, how can I post my events to Irrlich.NET.

In ...