|
LuciadCPillar C# 2026.0
|
Public Member Functions | |
| InputEventCallbackAdapter (Action< IInputEvent > callback) | |
| void | OnEvent (IInputEvent inputEvent) |
Implement this method to handle the returned IInputEvent. | |
|
inline |
|
inline |
Implement this method to handle the returned IInputEvent.
| inputEvent | the event, cannot be null. |
Implements Luciad.Input.IInputEventCallback.