Click or drag to resize

PlayerGetButtonDoublePressDown Method

Overload List
  NameDescription
Public methodGetButtonDoublePressDown(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.
Public methodGetButtonDoublePressDown(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.
Public methodGetButtonDoublePressDown(Int32, Single)
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
Public methodGetButtonDoublePressDown(String, Single)
Gets the button double pressed state of an Action. This will return TRUE only on the first frame of a double press.
Top
See Also