diff options
Diffstat (limited to 'WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java')
| -rw-r--r-- | WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java new file mode 100644 index 0000000..fa73d30 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java @@ -0,0 +1,127 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class MonoGameAndroidGameView + extends opentk_1_0.platform.android.AndroidGameView + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener, + android.view.SurfaceHolder.Callback +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onKeyDown:(ILandroid/view/KeyEvent;)Z:GetOnKeyDown_ILandroid_view_KeyEvent_Handler\n" + + "n_onKeyUp:(ILandroid/view/KeyEvent;)Z:GetOnKeyUp_ILandroid_view_KeyEvent_Handler\n" + + "n_onGenericMotionEvent:(Landroid/view/MotionEvent;)Z:GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceChanged:(Landroid/view/SurfaceHolder;III)V:GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceCreated:(Landroid/view/SurfaceHolder;)V:GetSurfaceCreated_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceDestroyed:(Landroid/view/SurfaceHolder;)V:GetSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", MonoGameAndroidGameView.class, __md_methods); + } + + + public MonoGameAndroidGameView (android.content.Context p0) + { + super (p0); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0, p1 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onKeyDown (int p0, android.view.KeyEvent p1) + { + return n_onKeyDown (p0, p1); + } + + private native boolean n_onKeyDown (int p0, android.view.KeyEvent p1); + + + public boolean onKeyUp (int p0, android.view.KeyEvent p1) + { + return n_onKeyUp (p0, p1); + } + + private native boolean n_onKeyUp (int p0, android.view.KeyEvent p1); + + + public boolean onGenericMotionEvent (android.view.MotionEvent p0) + { + return n_onGenericMotionEvent (p0); + } + + private native boolean n_onGenericMotionEvent (android.view.MotionEvent p0); + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + + public void surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3) + { + n_surfaceChanged (p0, p1, p2, p3); + } + + private native void n_surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3); + + + public void surfaceCreated (android.view.SurfaceHolder p0) + { + n_surfaceCreated (p0); + } + + private native void n_surfaceCreated (android.view.SurfaceHolder p0); + + + public void surfaceDestroyed (android.view.SurfaceHolder p0) + { + n_surfaceDestroyed (p0); + } + + private native void n_surfaceDestroyed (android.view.SurfaceHolder p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} |
