C# 클래스 BalloonsPop.GraphicUserInterface.EventEngine

Extends the EngineCore to compile with the application's graphic interface.
상속: BalloonsPop.Core.EngineCore
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

공개 메소드들

메소드 설명
EventEngine ( IContext ctx, WpfBundle depBundle ) : System

Initializes a new instance of the EventEngine class.

HandleUserInput ( object sender, EventArgs e ) : void

The method which handles user input by delegating events in compatible form to the core.

SetPlayerNameInContext ( object sender, EventArgs e ) : void

Sets the player name in the context when it is changed in the view.

메소드 상세

EventEngine() 공개 메소드

Initializes a new instance of the EventEngine class.
public EventEngine ( IContext ctx, WpfBundle depBundle ) : System
ctx IContext
depBundle WpfBundle
리턴 System

HandleUserInput() 공개 메소드

The method which handles user input by delegating events in compatible form to the core.
public HandleUserInput ( object sender, EventArgs e ) : void
sender object The object that raised the event.
e System.EventArgs The event arguments provided by the raiser.
리턴 void

SetPlayerNameInContext() 공개 메소드

Sets the player name in the context when it is changed in the view.
public SetPlayerNameInContext ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void