C# Class SamplyGame.Droid.MainActivity

Inheritance: Android.App.Activity
ファイルを表示 Open project: xamarin/urho-samples

Public Methods

Method Description
DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool
OnLowMemory ( ) : void
OnWindowFocusChanged ( bool hasFocus ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

Method Details

DispatchKeyEvent() public method

public DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool
e Android.Views.KeyEvent
return bool

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnLowMemory() public method

public OnLowMemory ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnWindowFocusChanged() public method

public OnWindowFocusChanged ( bool hasFocus ) : void
hasFocus bool
return void