C# 클래스 FreePIE.Core.Plugins.KeyboardGlobal

파일 보기 프로젝트 열기: AndersMalmgren/FreePIE

공개 메소드들

메소드 설명
KeyboardGlobal ( KeyboardPlugin plugin ) : System
getKeyDown ( Key key ) : bool
getKeyUp ( Key key ) : bool
getPressed ( Key key ) : bool
setKey ( Key key, bool down ) : void
setKeyDown ( Key key ) : void
setKeyUp ( Key key ) : void
setPressed ( Key key ) : void
setPressed ( Key key, bool state ) : void

메소드 상세

KeyboardGlobal() 공개 메소드

public KeyboardGlobal ( KeyboardPlugin plugin ) : System
plugin KeyboardPlugin
리턴 System

getKeyDown() 공개 메소드

public getKeyDown ( Key key ) : bool
key Key
리턴 bool

getKeyUp() 공개 메소드

public getKeyUp ( Key key ) : bool
key Key
리턴 bool

getPressed() 공개 메소드

public getPressed ( Key key ) : bool
key Key
리턴 bool

setKey() 공개 메소드

public setKey ( Key key, bool down ) : void
key Key
down bool
리턴 void

setKeyDown() 공개 메소드

public setKeyDown ( Key key ) : void
key Key
리턴 void

setKeyUp() 공개 메소드

public setKeyUp ( Key key ) : void
key Key
리턴 void

setPressed() 공개 메소드

public setPressed ( Key key ) : void
key Key
리턴 void

setPressed() 공개 메소드

public setPressed ( Key key, bool state ) : void
key Key
state bool
리턴 void