C# 클래스 PhoneDirect3DXamlAppInterop.MainPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: lfeng1420/BrickGame

공개 메소드들

메소드 설명
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 receiveHandler ) : void

보호된 메소드들

메소드 설명
OnBackKeyPress ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawingSurfaceBackground_Loaded ( object sender, RoutedEventArgs e ) : void
StartTimer ( ) : void
TimerTick ( object sender, EventArgs e ) : void

메소드 상세

GiveScore() 공개 메소드

public GiveScore ( ) : void
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnCocos2dEvent() 공개 메소드

public OnCocos2dEvent ( Cocos2dEvent theEvent ) : void
theEvent Cocos2dEvent
리턴 void

OnCocos2dMessageBoxEvent() 공개 메소드

public OnCocos2dMessageBoxEvent ( String title, String text ) : void
title String
text String
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
리턴 void

OnKeyUp() 공개 메소드

public OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
리턴 void

OnSelectText() 공개 메소드

public OnSelectText ( object sender, String str ) : void
sender object
str String
리턴 void

OpenEditBox() 공개 메소드

public OpenEditBox ( String strPlaceHolder, string strText, int maxLength, int inputMode, int inputFlag, EventHandler receiveHandler ) : void
strPlaceHolder String
strText string
maxLength int
inputMode int
inputFlag int
receiveHandler EventHandler
리턴 void