PlayerGetNegativeButtonDoublePressUp Method |
Name | Description | |
---|---|---|
GetNegativeButtonDoublePressUp(Int32) |
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetNegativeButtonDoublePressUp(String) |
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
The double press speed is set in the InputBehavior assigned to the Action.
| |
GetNegativeButtonDoublePressUp(Int32, Single) |
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
| |
GetNegativeButtonDoublePressUp(String, Single) |
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
|