C# Class Nez.InputUtils

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
isLinux bool
isMac bool
isWindows bool

Public Methods

Method Description
isAltDown ( ) : bool
isControlDown ( ) : bool
isShiftDown ( ) : bool

Private Methods

Method Description
InputUtils ( ) : Microsoft.Xna.Framework.Input

Method Details

isAltDown() public static method

public static isAltDown ( ) : bool
return bool

isControlDown() public static method

public static isControlDown ( ) : bool
return bool

isShiftDown() public static method

public static isShiftDown ( ) : bool
return bool

Property Details

isLinux public_oe static_oe property

public static bool isLinux
return bool

isMac public_oe static_oe property

public static bool isMac
return bool

isWindows public_oe static_oe property

public static bool isWindows
return bool