public class Keyboard extends Object
| Constructor and Description |
|---|
Keyboard() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAvailable()
Returns whether the native keyboard interface is available.
|
static boolean |
isKeyRepeatEnabled()
Returns whether key auto-repeating is enabled.
|
static void |
main(String[] args)
Tests keyboard functionality.
|
static void |
setKeyRepeat(boolean enabled)
Sets whether key auto-repeating is enabled.
|
public static void setKeyRepeat(boolean enabled)
public static boolean isKeyRepeatEnabled()
public static void main(String[] args)
public static boolean isAvailable()
Copyright © 2015. All rights reserved.