| Package | Description |
|---|---|
| libsidplay.components.keyboard | |
| ui.entities.config |
| Modifier and Type | Method and Description |
|---|---|
static KeyTableEntry |
KeyTableEntry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTableEntry[] |
KeyTableEntry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KeyTableEntry> |
Keyboard.getKeysDown()
Get currently pressed keys
|
| Modifier and Type | Method and Description |
|---|---|
void |
Keyboard.keyPressed(KeyTableEntry ktEntry)
Handle a pressed key
|
void |
Keyboard.keyReleased(KeyTableEntry ktEntry)
Handle a released key
|
| Modifier and Type | Method and Description |
|---|---|
KeyTableEntry |
KeyTableEntity.getEntry() |
KeyTableEntry |
Configuration.getKeyTabEntry(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyTableEntity.setEntry(KeyTableEntry entry) |
| Constructor and Description |
|---|
KeyTableEntity(String keyCode,
KeyTableEntry entry) |
Copyright © 2018 Ken Händel. All rights reserved.