LuciadCPillar C# 2023.1.04
Luciad.Input.IInputEventCallback Interface Reference

A callback class that is called when a luciad::IInputEvent is fired. More...

Inheritance diagram for Luciad.Input.IInputEventCallback:
Luciad.Input.InputEventCallbackAdapter

Public Member Functions

void OnEvent (Luciad.Input.IInputEvent inputEvent)
 Implement this method to handle the returned luciad::IInputEvent. More...
 

Detailed Description

A callback class that is called when a luciad::IInputEvent is fired.

2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IInputEventCallback.

Member Function Documentation

◆ OnEvent()

void Luciad.Input.IInputEventCallback.OnEvent ( Luciad.Input.IInputEvent  inputEvent)

Implement this method to handle the returned luciad::IInputEvent.

inputEvent

the event, cannot be nullptr.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IInputEventCallback::onEvent.