Property | Type | Description | |
---|---|---|---|
AndroidContext | Android.Content.Context |
Method | Description | |
---|---|---|
AndroidViewController ( Android context, |
||
OnTouchEvent ( Android.Views.MotionEvent e ) : bool |
This function handles touch events. It is responsible for maintaining the currently active touch events and dispatching events. For details see http://developer.android.com/reference/android/view/View.html#onTouchEvent(android.view.MotionEvent)
|
Method | Description | |
---|---|---|
CreateFrameBuffer ( ) : void | ||
DestroyFrameBuffer ( ) : void | ||
OnLoad ( |
||
OnRenderFrame ( FrameEventArgs e ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
Setup ( Android context ) : void |
public AndroidViewController ( Android context, |
||
context | Android | |
rootClass | ||
return | System |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
public OnTouchEvent ( Android.Views.MotionEvent e ) : bool | ||
e | Android.Views.MotionEvent | |
return | bool |