mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
no longer print each time we send a keyboard packet
This commit is contained in:
parent
da47b43ad3
commit
4e9fb1bbce
@ -47,11 +47,7 @@ public class KeyboardPacket extends InputPacket {
|
||||
bb.put(modifier);
|
||||
bb.put((byte)0);
|
||||
bb.put((byte)0);
|
||||
byte[] packet = bb.array();
|
||||
for (int i = 0; i < packet.length; i++) {
|
||||
System.out.printf("%02x ", packet[i]);
|
||||
}
|
||||
System.out.println();
|
||||
|
||||
return bb.array();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user