RSS

Вторник, 30.04.2024, 00:48
Главная » WoW API » Игровые события »

MODIFIER_STATE_CHANGED

[ править ]
Fires when a modifier key is pressed or released.
[клоны]
Fires when a modifier key is pressed or released.


Signature:
Code
("key", state)

Arguments:
  • key - The name of the key that you pressed. Possible values are LSHIFT, RSHIFT, LCTRL, RCTRL, LALT, and RALT. (string)
  • state - The state the key has entered. 1 means that the the key has been pressed. 0 means that the key has been released. (number)

Также смотрите: Игровые события
Ссылки: http://wowprogramming.com/docs/events/MODIFIER_STATE_CHANGED