Modifier and Type | Method and Description |
---|---|
void |
KeyboardSwt.addActionPressed(Integer key,
EventAction action) |
void |
Keyboard.addActionPressed(Integer key,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
MouseSwt.addActionPressed(int click,
EventAction action) |
void |
Mouse.addActionPressed(int click,
EventAction action)
Add an action that will be triggered on pressed state.
|
void |
KeyboardSwt.addActionReleased(Integer key,
EventAction action) |
void |
Keyboard.addActionReleased(Integer key,
EventAction action)
Add an action that will be triggered on released state.
|
void |
MouseSwt.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.