C# Class Nez.InputUtils

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
isLinux bool
isMac bool
isWindows bool

Méthodes publiques

Méthode Description
isAltDown ( ) : bool
isControlDown ( ) : bool
isShiftDown ( ) : bool

Private Methods

Méthode Description
InputUtils ( ) : Microsoft.Xna.Framework.Input

Method Details

isAltDown() public static méthode

public static isAltDown ( ) : bool
Résultat bool

isControlDown() public static méthode

public static isControlDown ( ) : bool
Résultat bool

isShiftDown() public static méthode

public static isShiftDown ( ) : bool
Résultat bool

Property Details

isLinux public_oe static_oe property

public static bool isLinux
Résultat bool

isMac public_oe static_oe property

public static bool isMac
Résultat bool

isWindows public_oe static_oe property

public static bool isWindows
Résultat bool