From WikiChip
$leftwin Identifier - mIRC
< mirc‎ | identifiers
Revision as of 17:14, 20 September 2017 by Sophist (talk | contribs)

$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

$leftwin

Parameters

None

Example

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

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

$activewid $leftwinwid $lactivewid

[Expand]
v · d · e mIRC identifier list