Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
EmptyKeys
UserInterface
Input
XenkoGamePadState
C# Class EmptyKeys.UserInterface.Input.XenkoGamePadState
Implements Xenko engine specific game pad state
Inheritance:
GamePadStateBase
Mostrar archivo
Open project: EmptyKeys/UI_Engines
Public Methods
Method
Description
Update
(
int
gamePadIndex
) :
void
Updates the specified game pad index.
Method Details
Update()
public
method
Updates the specified game pad index.
public
Update
(
int
gamePadIndex
) :
void
gamePadIndex
int
Index of the game pad.
return
void