| java.lang.Object | |
| ↳ | com.datalogic.device.input.TouchManager |
This class provides access to touch panel related methods of the device.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of TouchManager.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tells if the input from touchscreen is locked.
| |||||||||||
Locks or unlocks the input from touchscreen.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This is the constructor of TouchManager.
| DeviceException | in case of error. |
|---|
Tells if the input from touchscreen is locked.
boolean it returns whether or not the touchscreen is locked.| DeviceException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
|---|
Locks or unlocks the input from touchscreen.
| lock | boolean param that specifies whether or not the touchscreen will be locked. |
|---|
int SUCCESS in case of success,
otherwise a possible error code, matching one of the DeviceException error constants.| DeviceException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
|---|