Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nez
InputUtils
C# Class Nez.InputUtils
Show file
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 static property
public
static
bool
isLinux
return
bool
isMac
public static property
public
static
bool
isMac
return
bool
isWindows
public static property
public
static
bool
isWindows
return
bool