C# Class SunsetHigh.KeyConfigPanel

Inheritance: ListPanel
Show file Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method Description
KeyConfigPanel ( ) : System
KeyConfigPanel ( int x, int y, int width, int height ) : System
getPreviousPanel ( ) : IMessagePanel
onConfirm ( ) : void
onKeyInput ( Keys key ) : bool
setPreviousPanel ( IMessagePanel prev ) : void

Method Details

KeyConfigPanel() public method

public KeyConfigPanel ( ) : System
return System

KeyConfigPanel() public method

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

getPreviousPanel() public method

public getPreviousPanel ( ) : IMessagePanel
return IMessagePanel

onConfirm() public method

public onConfirm ( ) : void
return void

onKeyInput() public method

public onKeyInput ( Keys key ) : bool
key Keys
return bool

setPreviousPanel() public method

public setPreviousPanel ( IMessagePanel prev ) : void
prev IMessagePanel
return void