PlayerGet |
| Name | Description | |
|---|---|---|
| GetNegativeButtonDoublePressDown(Int32) | Gets the negative 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. | |
| GetNegativeButtonDoublePressDown(String) | Gets the negative 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. | |
| GetNegativeButtonDoublePressDown(Int32, Single) | Gets the negative button double pressed state of an Action. This will return TRUE only on the first frame of a double press. | |
| GetNegativeButtonDoublePressDown(String, Single) | Gets the negative button double pressed state of an Action. This will return TRUE only on the first frame of a double press. |