Метод | Описание | |
---|---|---|
Copy ( |
Copies the source.
|
|
IsButtonPresent ( int buttonFlags ) : bool |
A value indicating whether the button is accessable on the gamepad.
|
|
IsButtonPressed ( int buttonFlags ) : bool |
A value indicating whether the button was pressed.
|
public Copy ( |
||
source | The Source. | |
Результат | void |
public IsButtonPresent ( int buttonFlags ) : bool | ||
buttonFlags | int | The ButtonFlags. |
Результат | bool |
public IsButtonPressed ( int buttonFlags ) : bool | ||
buttonFlags | int | The ButtonFlags. |
Результат | bool |