Everything that is used as input to interact with the map.
More...
|
| mouse |
| Everything that is used as input to interact with the map using a mouse.
|
|
| touch |
| Everything that is used as input to interact with the map with a touch device.
|
|
Everything that is used as input to interact with the map.
See related article for an overview of the controller API and how input events are related to it.
◆ ButtonState
Possible state of a button or a key.
luciad/input/IInputEvent.h
- Since
- 2020.1
Enumerator |
---|
Pressed | When the button or the key is pressed.
|
Released | When the button or the key is released.
|
◆ EventStatus
Indicates the status of an event.
luciad/input/EventStatus.h
- Since
- 2020.1
Enumerator |
---|
Start | Used to indicate the start of an event.
|
InProgress | Used to indicate that the event is in progress.
|
End | Used to indicate the end of an event.
|
◆ ScreenDistanceUnit
Expresses units for length across a display.
luciad/input/ScreenDistance.h
- Since
- 2022.0
Enumerator |
---|
Pixels | Device independent pixels.
|
Millimeters | Physical millimeters on the screen.
|