You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Make four finger touch more reliable. Fixes TTP:331266
[CL 2044741 by JJ Hoesing in Main branch]
This commit is contained in:
@@ -99,6 +99,12 @@ public class GameActivity extends NativeActivity
|
||||
// Called from event thread in NativeActivity
|
||||
public void AndroidThunkJava_ShowConsoleWindow(String Formats)
|
||||
{
|
||||
if(alert.isShowing() == true)
|
||||
{
|
||||
Log.debug("Console already showing.");
|
||||
return;
|
||||
}
|
||||
|
||||
alert.setMessage("[Availble texture formats: " + Formats + "]");
|
||||
_activity.runOnUiThread(new Runnable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user