![]() |
LuciadCPillar C# 2024.1.04
|
A callback class that is called when a IInputEvent
is fired.
More...
Public Member Functions | |
void | OnEvent (Luciad.Input.IInputEvent inputEvent) |
Implement this method to handle the returned IInputEvent . More... | |
A callback class that is called when a IInputEvent
is fired.
void Luciad.Input.IInputEventCallback.OnEvent | ( | Luciad.Input.IInputEvent | inputEvent | ) |
Implement this method to handle the returned IInputEvent
.
inputEvent | the event, cannot be null . |