mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
6 lines
93 B
Java
6 lines
93 B
Java
package com.limelight.ui;
|
|
|
|
public interface GameGestures {
|
|
public void showKeyboard();
|
|
}
|