Package | Description |
---|---|
com.b3dgs.lionengine.core.awt |
Java2D AWT engine implementation package.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardAwt.addActionPressed(Integer key,
EventAction action) |
void |
Keyboard.addActionPressed(Integer key,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
MouseAwt.addActionPressed(int click,
EventAction action) |
void |
Mouse.addActionPressed(int click,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
KeyboardAwt.addActionReleased(Integer key,
EventAction action) |
void |
Keyboard.addActionReleased(Integer key,
EventAction action)
Add an action that will be triggered on released state.
|
void |
MouseAwt.addActionReleased(int click,
EventAction action) |
void |
Mouse.addActionReleased(int click,
EventAction action)
Add an action that will be triggered on released state.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.