Irrlicht.NET

Event Structure

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

[Visual Basic]
Public Structure Event
[C#]
public struct Event

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Irrlicht

Assembly: Irrlicht.NET (in Irrlicht.NET.dll)

See Also

Event Members | Irrlicht Namespace