LuciadCPillar 2024.0.04
|
Base interface for all input events. More...
#include <luciad/input/IInputEvent.h>
Public Member Functions | |
virtual | ~IInputEvent ()=default |
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.
|
virtualdefault |