| Package | Description |
|---|---|
| org.achtern.AchternEngine.core | |
| org.achtern.AchternEngine.core.input.inputmap | |
| org.achtern.AchternEngine.core.scenegraph.entity.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
GameDebugger |
| Modifier and Type | Field and Description |
|---|---|
protected Map<KeyTrigger,List<KeyListener>> |
KeyMap.delayed |
protected Map<KeyTrigger,List<KeyListener>> |
KeyMap.listener |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyTrigger,List<KeyListener>> |
KeyMap.getClickListener() |
| Modifier and Type | Method and Description |
|---|---|
KeyMap |
KeyMap.register(KeyTrigger key,
KeyListener h) |
KeyMap |
KeyMap.register(List<KeyTrigger> keys,
KeyListener h) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyMap.setClickListener(Map<KeyTrigger,List<KeyListener>> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlyMover
Moves an Node up and/or down.
|
class |
HumanMover
Moves a Node around in horizontal axis only.
|
class |
MouseLook |
class |
SimpleMover
Moves a node around based on the up vector of the node.
|
Copyright © 2014. All rights reserved.