C# Class SunsetHigh.KeyModifierEntry

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

Méthodes publiques

Méthode Description
KeyModifierEntry ( string name, KeyConfigPanel owner, KeyInputType inputType ) : System
draw ( SpriteBatch sb, int x_offset, int y_offset, SpriteFont font, Color c ) : void
getKeyInputString ( ) : string
getKeyInputType ( ) : KeyInputType
getKeyString ( ) : string
onPress ( ) : void
sendNewKey ( Keys key ) : void
setKeyInputType ( KeyInputType inputType ) : void

Method Details

KeyModifierEntry() public méthode

public KeyModifierEntry ( string name, KeyConfigPanel owner, KeyInputType inputType ) : System
name string
owner KeyConfigPanel
inputType KeyInputType
Résultat System

draw() public méthode

public draw ( SpriteBatch sb, int x_offset, int y_offset, SpriteFont font, Color c ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
x_offset int
y_offset int
font Microsoft.Xna.Framework.Graphics.SpriteFont
c Color
Résultat void

getKeyInputString() public méthode

public getKeyInputString ( ) : string
Résultat string

getKeyInputType() public méthode

public getKeyInputType ( ) : KeyInputType
Résultat KeyInputType

getKeyString() public méthode

public getKeyString ( ) : string
Résultat string

onPress() public méthode

public onPress ( ) : void
Résultat void

sendNewKey() public méthode

public sendNewKey ( Keys key ) : void
key Keys
Résultat void

setKeyInputType() public méthode

public setKeyInputType ( KeyInputType inputType ) : void
inputType KeyInputType
Résultat void