PlayerGetNegativeButtonDoublePressHold Method |
Name | Description | |
---|---|---|
GetNegativeButtonDoublePressHold(Int32) |
Gets the negative button double pressed and held state of an Action. This will return TRUE after a double press and the negative button is then held.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetNegativeButtonDoublePressHold(String) |
Gets the negative button double pressed and held state of an Action. This will return TRUE after a double press and the negative button is then held.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetNegativeButtonDoublePressHold(Int32, Single) |
Gets the negative button double pressed and held state of an Action. This will return TRUE after a double press and the negative button is then held.
| |
GetNegativeButtonDoublePressHold(String, Single) |
Gets the negative button double pressed and held state of an Action. This will return TRUE after a double press and the negative button is then held.
|