C# Class SunsetHigh.KeyConfigPanel

Inheritance: ListPanel
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public KeyConfigPanel ( ) : System
Résultat System

KeyConfigPanel() public méthode

public KeyConfigPanel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

getPreviousPanel() public méthode

public getPreviousPanel ( ) : IMessagePanel
Résultat IMessagePanel

onConfirm() public méthode

public onConfirm ( ) : void
Résultat void

onKeyInput() public méthode

public onKeyInput ( Keys key ) : bool
key Keys
Résultat bool

setPreviousPanel() public méthode

public setPreviousPanel ( IMessagePanel prev ) : void
prev IMessagePanel
Résultat void