PlayerGetButtonDoublePressDown Method |
Name | Description | |
---|---|---|
GetButtonDoublePressDown(Int32) |
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetButtonDoublePressDown(String) |
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetButtonDoublePressDown(Int32, Single) |
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
| |
GetButtonDoublePressDown(String, Single) |
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
|