Search found 2 matches

by Kiwsa
Wed Jan 24, 2007 11:29 pm
Forum: Bug reports
Topic: specular highlights not working in .NET? (+fix)
Replies: 1
Views: 377

Can we get a copy of this illustrious (no pun intended) fix precompiled for those of us who are cpp deficient?

Thanks in advance,
Kiwsa
by Kiwsa
Mon Jan 22, 2007 9:33 pm
Forum: Irrlicht.NET
Topic: C# - Detect Keyboard Input
Replies: 6
Views: 3812

using a form in vb2005

I got it to work in vb2005 using a form's class by
implements Ieventreceiver

and building the proxy function:

Public Function OnEvent(ByVal e As Irrlicht.Event) As Boolean Implements Irrlicht.IEventReceiver.OnEvent
If e.Type = EventType.KeyInput And e.Key = KeyCode.KEY_ESCAPE Then
shutdown ...