mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 23:35:28 +00:00
Added clipboard support
You can paste Android's clipboard contents.
This commit is contained in:
parent
7104e0d725
commit
f77543cd9b
@ -2274,4 +2274,10 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) {
|
||||
conn.sendUtf8Text(event.getCharacters());
|
||||
return super.onKeyMultiple(keyCode, repeatCount, event);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user