메소드 | 설명 | |
---|---|---|
GiveScore ( ) : void | ||
MainPage ( ) : System | ||
OnCocos2dEvent ( Cocos2dEvent theEvent ) : void | ||
OnCocos2dMessageBoxEvent ( String title, String text ) : void | ||
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnSelectText ( object sender, String str ) : void | ||
OpenEditBox ( String strPlaceHolder, string strText, int maxLength, int inputMode, int inputFlag, EventHandler |
메소드 | 설명 | |
---|---|---|
OnBackKeyPress ( CancelEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
DrawingSurfaceBackground_Loaded ( object sender, |
||
StartTimer ( ) : void | ||
TimerTick ( object sender, |
protected OnBackKeyPress ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
리턴 | void |
public OnCocos2dEvent ( Cocos2dEvent theEvent ) : void | ||
theEvent | Cocos2dEvent | |
리턴 | void |
public OnCocos2dMessageBoxEvent ( String title, String text ) : void | ||
title | String | |
text | String | |
리턴 | void |
public OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.KeyEventArgs | |
리턴 | void |
public OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.KeyEventArgs | |
리턴 | void |
public OnSelectText ( object sender, String str ) : void | ||
sender | object | |
str | String | |
리턴 | void |
public OpenEditBox ( String strPlaceHolder, string strText, int maxLength, int inputMode, int inputFlag, EventHandler |
||
strPlaceHolder | String | |
strText | string | |
maxLength | int | |
inputMode | int | |
inputFlag | int | |
receiveHandler | EventHandler |
|
리턴 | void |