Search found 1 match

by Jon
Fri Jan 06, 2006 3:20 am
Forum: Irrlicht.NET
Topic: Problems with IEventReceiver
Replies: 0
Views: 1271

Problems with IEventReceiver

Hey, trying to write the Tutorial 4.Movement in Visual Basic, but I cant get the class MyEventReceiver to work, First of all, I written the class as follows : Public Class receiver Implements Irrlicht.IEventReceiver 'Sub New() 'MyBase.new() 'End Sub Public Function OnEvent(ByVal e As Irrlicht.Event)...