java.lang.Object | |
↳ | com.datalogic.device.input.KeyCodeEntry |
This class stores an Android KeyCode entry, as defined in KeyEvent
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor initializes the key code and the meta state active flag.
| |||||||||||
This constructor initializes the meta state active flag bitmask to 0.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the internal Android KeyCode value.
| |||||||||||
Gets the internal Android meta state value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constructor initializes the key code and the meta state active flag.
keyCode | int it specifies the Android KeyEvent key code. Use android.view.KeyEvent keycode
constant identifiers. |
---|---|
metaState | int it specifies meta state active flag as a bitmask. |
This constructor initializes the meta state active flag bitmask to 0.
keyCode | int it specifies the Android KeyEvent key code. |
---|
Gets the internal Android KeyCode value.
Gets the internal Android meta state value.