LuciadCPillar C# 2023.1.04
Luciad.Input.IInputEvent Interface Reference

Base interface for all input events. More...

Inheritance diagram for Luciad.Input.IInputEvent:
Luciad.Input.ClickEvent Luciad.Input.DragEvent Luciad.Input.KeyEvent Luciad.Input.Mouse.MouseMoveEvent Luciad.Input.Mouse.MousePressedEvent Luciad.Input.Mouse.MouseReleasedEvent Luciad.Input.ScrollEvent Luciad.Input.Touch.TouchDownEvent Luciad.Input.Touch.TouchLongPressEvent Luciad.Input.Touch.TouchPinchRotateEvent Luciad.Input.Touch.TouchUpEvent

Detailed Description

Base interface for all input events.

These events can be used in the controller API. The subclasses of this base interface contain all the necessary information to do something with it. So to use an IInputEvent, it should first be cast to a concrete subclass. 2020.1

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