mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-03 06:26:04 +00:00
Use hex instead of decimal in EvdevConstants
This commit is contained in:
@@ -150,14 +150,15 @@ public class EvdevConstants {
|
||||
|
||||
public static final short ABS_THROTTLE = 0x06;
|
||||
public static final short ABS_RUDDER = 0x07;
|
||||
public static final short BTN_THROTTLE = 311;
|
||||
public static final short BTN_RUDDER = 312;
|
||||
|
||||
public static final short BTN_SOUTH = 0x130;
|
||||
public static final short BTN_EAST = 0x131;
|
||||
public static final short BTN_NORTH = 0x133;
|
||||
public static final short BTN_WEST = 0x134;
|
||||
|
||||
public static final short BTN_THROTTLE = 0x137;
|
||||
public static final short BTN_RUDDER = 0x138;
|
||||
|
||||
public static final short BTN_SELECT = 0x13a;
|
||||
public static final short BTN_START = 0x13b;
|
||||
public static final short BTN_MODE = 0x13c;
|
||||
|
||||
Reference in New Issue
Block a user