RSS

Среда, 24.04.2024, 18:28
Главная » WoW API » Событий API Виджетов »

OnMouseUp

[ править ]
Run when the mouse button is released following a mouse down action in the frame.
[клоны]
Run when the mouse button is released following a mouse down action in the frame. This script is always run for the frame which received the initial mouse button down event (unless the frame is registered for drag actions and a drag action is started before the button is released). For further details, see the example under OnClick.


Signature:
Code
OnMouseUp(self, "button")

Arguments:
  • self - Reference to the widget for which the script was run (frame)
  • button - Name of the mouse button responsible for the click action (string)
      Button4
    • Button5
    • LeftButton
    • MiddleButton
    • RightButton

Доступна для: Frame, ArchaeologyDigSiteFrame, Button, ColorSelect, Cooldown, EditBox, GameTooltip, MessageFrame, Minimap, Model, MovieFrame, QuestPOIFrame, ScrollFrame, ScrollingMessageFrame, SimpleHTML, Slider, StatusBar, CheckButton, PlayerModel, DressUpModel, TabardModel

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnMouseUp