Package hw
Class IO
Public Method setKeyboardEnabled
static void setKeyboardEnabled(boolean enabled)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
enabled |
false ... true |
determines whether keyboard is on (true) or off (false) |
Enables or disables keyboard scanning.
Note
- When keyboard scanning is disabled, reading the keyboard state will return the same result as if no key is pressed (see IO.getKeyboardState()).
- Enabling/Disabling the keyboard does not change keyboard reporting (see IO.setKeyboardReportingEnabled(boolean)), although a disabled keyboard will not report any keys.
- The keyboard is enabled by the default. This can be changed on the "Settings" page of iLCD Manager XEJoC Manager. It will be automatically set to default on startup and by the methods General.resetAll() or General.rebootPanelController().
IO.setKeyboardEnabled(false);
See also:
Copyright © demmel products gmbh. All rights reserved.