Files
moonlight-android/app/src/main/java/com/limelight/ui/GameGestures.java
T
Cameron Gutman 897bb76858 Forgot this file
2015-01-25 22:58:17 -05:00

6 lines
93 B
Java

package com.limelight.ui;
public interface GameGestures {
public void showKeyboard();
}