Click or drag to resize

PlayerGetNegativeButtonDoublePressDown Method

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