프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AndroidContext | Android.Content.Context |
메소드 | 설명 | |
---|---|---|
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)
|
메소드 | 설명 | |
---|---|---|
CreateFrameBuffer ( ) : void | ||
DestroyFrameBuffer ( ) : void | ||
OnLoad ( |
||
OnRenderFrame ( FrameEventArgs e ) : void | ||
OnResize ( |
메소드 | 설명 | |
---|---|---|
Setup ( Android context ) : void |
public AndroidViewController ( Android context, |
||
context | Android | |
rootClass | ||
리턴 | System |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
리턴 | void |
public OnTouchEvent ( Android.Views.MotionEvent e ) : bool | ||
e | Android.Views.MotionEvent | |
리턴 | bool |