Method | Description | |
---|---|---|
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. | |
return | void |
public IsButtonPresent ( int buttonFlags ) : bool | ||
buttonFlags | int | The ButtonFlags. |
return | bool |
public IsButtonPressed ( int buttonFlags ) : bool | ||
buttonFlags | int | The ButtonFlags. |
return | bool |