v0.8.0: added basic key action and key mapping support
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
package com.watabou.input;
|
||||
|
||||
import com.badlogic.gdx.Input;
|
||||
import com.watabou.utils.Signal;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@@ -40,9 +39,6 @@ public class KeyEvent {
|
||||
// *** Static members ***
|
||||
// **********************
|
||||
|
||||
public static final int BACK = Input.Keys.BACK;
|
||||
public static final int MENU = Input.Keys.MENU;
|
||||
|
||||
private static Signal<KeyEvent> keySignal = new Signal<>( true );
|
||||
|
||||
public static void addKeyListener( Signal.Listener<KeyEvent> listener ){
|
||||
|
||||
Reference in New Issue
Block a user