C# 클래스 SunsetHigh.KeyConfigPanel

상속: ListPanel
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
KeyConfigPanel ( ) : System
KeyConfigPanel ( int x, int y, int width, int height ) : System
getPreviousPanel ( ) : IMessagePanel
onConfirm ( ) : void
onKeyInput ( Keys key ) : bool
setPreviousPanel ( IMessagePanel prev ) : void

메소드 상세

KeyConfigPanel() 공개 메소드

public KeyConfigPanel ( ) : System
리턴 System

KeyConfigPanel() 공개 메소드

public KeyConfigPanel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

getPreviousPanel() 공개 메소드

public getPreviousPanel ( ) : IMessagePanel
리턴 IMessagePanel

onConfirm() 공개 메소드

public onConfirm ( ) : void
리턴 void

onKeyInput() 공개 메소드

public onKeyInput ( Keys key ) : bool
key Keys
리턴 bool

setPreviousPanel() 공개 메소드

public setPreviousPanel ( IMessagePanel prev ) : void
prev IMessagePanel
리턴 void