C# Class MilkShakeFramework.IO.Input.Devices.KeyboardInput

ファイルを表示 Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
UpdateEnd ( ) : void
UpdateStart ( ) : void
currentKeysPressed ( ) : Keys[]
isKeyDown ( Keys key ) : bool
isKeyPressed ( Keys key ) : bool
isKeyReleased ( Keys key ) : bool
isKeyUp ( Keys key ) : bool

Method Details

UpdateEnd() public static method

public static UpdateEnd ( ) : void
return void

UpdateStart() public static method

public static UpdateStart ( ) : void
return void

currentKeysPressed() public static method

public static currentKeysPressed ( ) : Keys[]
return Keys[]

isKeyDown() public static method

public static isKeyDown ( Keys key ) : bool
key Keys
return bool

isKeyPressed() public static method

public static isKeyPressed ( Keys key ) : bool
key Keys
return bool

isKeyReleased() public static method

public static isKeyReleased ( Keys key ) : bool
key Keys
return bool

isKeyUp() public static method

public static isKeyUp ( Keys key ) : bool
key Keys
return bool