Click or drag to resize

PlayerGetNegativeButtonDoublePressHold Method

Overload List
  NameDescription
Public methodGetNegativeButtonDoublePressHold(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.
Public methodGetNegativeButtonDoublePressHold(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.
Public methodGetNegativeButtonDoublePressHold(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.
Public methodGetNegativeButtonDoublePressHold(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.
Top
See Also