Click or drag to resize

PlayerGetNegativeButtonDoublePressUp Method

Overload List
  NameDescription
Public methodGetNegativeButtonDoublePressUp(Int32)
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released. The double press speed is set in the InputBehavior assigned to the Action.
Public methodGetNegativeButtonDoublePressUp(String)
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released. The double press speed is set in the InputBehavior assigned to the Action.
Public methodGetNegativeButtonDoublePressUp(Int32, Single)
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
Public methodGetNegativeButtonDoublePressUp(String, Single)
Gets the negative button double pressed and just released state of an Action. This will return TRUE only on the first frame after double press is released.
Top
See Also