Click or drag to resize

PlayerGetButtonDoublePressHold Method

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