mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-05 23:46:17 +00:00
Warn on non-evdev devices
This commit is contained in:
@@ -18,7 +18,7 @@ public class EvdevHandler extends EvdevReader {
|
||||
|
||||
/* GFE's prefix for every key code */
|
||||
public static final short KEY_PREFIX = (short) 0x80;
|
||||
|
||||
|
||||
/* Gamepad state */
|
||||
private short buttonFlags;
|
||||
private byte leftTrigger, rightTrigger;
|
||||
|
||||
Reference in New Issue
Block a user