Package | Description |
---|---|
com.b3dgs.lionengine.core.swt |
SWT engine implementation package.
|
com.b3dgs.lionengine.io.swt |
SWT IO package.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardSwt.addActionPressed(Integer key,
EventAction action) |
void |
MouseSwt.addActionPressed(int click,
EventAction action) |
void |
MouseClickSwt.addActionPressed(int click,
EventAction action)
Add a pressed action.
|
void |
KeyboardSwt.addActionReleased(Integer key,
EventAction action) |
void |
MouseSwt.addActionReleased(int click,
EventAction action) |
void |
MouseClickSwt.addActionReleased(int click,
EventAction action)
Add a released action.
|
Modifier and Type | Method and Description |
---|---|
void |
Keyboard.addActionPressed(Integer key,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
Mouse.addActionPressed(int click,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
Keyboard.addActionReleased(Integer key,
EventAction action)
Add an action that will be triggered on released state.
|
void |
Mouse.addActionReleased(int click,
EventAction action)
Add an action that will be triggered on released state.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.