LuciadCPillar C# 2024.1.04
Luciad.Input.IInputEventCallback Interface Reference

A callback class that is called when a 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 IInputEvent. More...
 

Detailed Description

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

Since
2020.1

Member Function Documentation

◆ OnEvent()

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

Implement this method to handle the returned IInputEvent.

Parameters
inputEventthe event, cannot be null.