Previous Topic

Next Topic

Book Contents

Book Index

KeyInput

The KeyInput (com.prosyst.mbs.services.da.items.KeyInput) reports input events which are triggered by keys. Some actions have to be applied in a specific order to result in an event.

Property

Access

Property Class

Description

event

E

KeyInputEvent

Represents an event.

supportedEvents

RE

Set<KeyInputEvent>

Represents the supported events.

The com.prosyst.mbs.services.da.items.KeyInputEvent represents a key input event with the key source and the actions that triggered the event. For example, the event can be triggered by a single key press and a long key press. In this case, there are two actions in the list. The actions are represented with the com.prosyst.mbs.services.da.items.KeyInputAction. The key input actions are:

One or more actions in series trigger the event.