Struct for holding event data. An event can be a gui, mouse or keyboard event. Use the Type property to find out what type of event this is. Please note that the properties of this class are not typesafe, for example if you read the MouseInputEvent property although the event type is KeyInput, the result will be undefined. This may look a little bit strange, but this interface was created in this way to reflect the original C++ Irrlicht interface and to increase speed.
For a list of all members of this type, see Event Members.
System.Object
System.ValueType
Irrlicht.Event
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Irrlicht
Assembly: Irrlicht.NET (in Irrlicht.NET.dll)
Event Members | Irrlicht Namespace