From WikiChip
$leftwin Identifier - mIRC
< mirc‎ | identifiers

$leftwin is an identifier that works for mouse events in custom picture windows. Whenever the mouse leaves a picture window, $leftwin return the name of the window you just left, usually used in the leave menu event.


Synopsis[edit]

$leftwin

Parameters[edit]

None

Example[edit]

Custom script that listens for the mouse leaving @tester

alias testscript {
  $iif($window(@tester),clear @tester,window -p @tester)
}
menu @tester  {
  leave:clear @tester | drawtext @tester 1 15 15 Mouse left window $leftwin
}

Compatibility[edit]

Added: mIRC v5.5
Added on: 08 Jan 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list