| Public Constructors | |
|---|---|
|
InputInfo(long id, boolean enabled, KeyPadInfo keyPad)
Create input info. |
|
| Public Methods | |
|---|---|
| long |
getId()
Get the id. |
| boolean |
isEnabled()
Is the input enabled. |
| KeyPadInfo |
getKeyPad()
Get the key pad. |
Create input info.
| id | The input id. |
|---|---|
| enabled | True if input is enabled. |
| keyPad | The key pad info. |
Get the id.
The id.
Is the input enabled.
True if enabled.
Get the key pad.
The key pad.
The input info describes a host application input.