C# Class FreePIE.Core.Plugins.KeyboardGlobal

Mostra file Open project: AndersMalmgren/FreePIE

Public Methods

Method Description
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

Method Details

KeyboardGlobal() public method

public KeyboardGlobal ( KeyboardPlugin plugin ) : System
plugin KeyboardPlugin
return System

getKeyDown() public method

public getKeyDown ( Key key ) : bool
key Key
return bool

getKeyUp() public method

public getKeyUp ( Key key ) : bool
key Key
return bool

getPressed() public method

public getPressed ( Key key ) : bool
key Key
return bool

setKey() public method

public setKey ( Key key, bool down ) : void
key Key
down bool
return void

setKeyDown() public method

public setKeyDown ( Key key ) : void
key Key
return void

setKeyUp() public method

public setKeyUp ( Key key ) : void
key Key
return void

setPressed() public method

public setPressed ( Key key ) : void
key Key
return void

setPressed() public method

public setPressed ( Key key, bool state ) : void
key Key
state bool
return void