You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Allow forwarding back button to Java on Android
#ue4 #android #rb Guilherme.Iscaro #ROBOMERGE-SOURCE: CL 5691593 via CL 5691602 via CL 5691603 via CL 5691604 via CL 5695670 [CL 5695735 by chris babcock in Main branch]
This commit is contained in:
@@ -5,6 +5,9 @@ public class NativeCalls
|
||||
@SuppressWarnings("JniMissingFunction")
|
||||
public static native void HandleCustomTouchEvent(int deviceId, int pointerId, int action, int source, float x, float y);
|
||||
|
||||
@SuppressWarnings("JniMissingFunction")
|
||||
public static native void AllowJavaBackButtonEvent(boolean allow);
|
||||
|
||||
@SuppressWarnings("JniMissingFunction")
|
||||
public static native void CallNativeToEmbedded(String ID, int Priority, String Subsystem, String Command, String[] Params, String RoutingFunction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user