C# 클래스 SunsetHigh.KeyModifierEntry

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

공개 메소드들

메소드 설명
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

메소드 상세

KeyModifierEntry() 공개 메소드

public KeyModifierEntry ( string name, KeyConfigPanel owner, KeyInputType inputType ) : System
name string
owner KeyConfigPanel
inputType KeyInputType
리턴 System

draw() 공개 메소드

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
리턴 void

getKeyInputString() 공개 메소드

public getKeyInputString ( ) : string
리턴 string

getKeyInputType() 공개 메소드

public getKeyInputType ( ) : KeyInputType
리턴 KeyInputType

getKeyString() 공개 메소드

public getKeyString ( ) : string
리턴 string

onPress() 공개 메소드

public onPress ( ) : void
리턴 void

sendNewKey() 공개 메소드

public sendNewKey ( Keys key ) : void
key Keys
리턴 void

setKeyInputType() 공개 메소드

public setKeyInputType ( KeyInputType inputType ) : void
inputType KeyInputType
리턴 void