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