mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
add analog stick double click event, add button long press event, add virtual controller settings draft
This commit is contained in:
@@ -205,7 +205,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
{
|
||||
FrameLayout frameLayout = (FrameLayout) findViewById(R.id.frameLayout);
|
||||
|
||||
virtualController = new VirtualController(conn, frameLayout, getApplicationContext(), getWindowManager());
|
||||
virtualController = new VirtualController(conn, frameLayout, getApplicationContext());
|
||||
}
|
||||
|
||||
// The connection will be started when the surface gets created
|
||||
|
||||
Reference in New Issue
Block a user