From WikiChip
Difference between revisions of "mirc/identifiers/$leftwin"
(Created page with "{{mirc title|$leftwin Identifier}}'''$leftwin''' is an identifier that works for mouse events in custom picture windows. Whenever the mouse leaves a picture window, '''$leftwi...") |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$leftwin Identifier}}'''$leftwin''' is an identifier that works for mouse events in custom picture windows. Whenever the mouse leaves a picture window, '''$ | + | {{mirc title|$leftwin Identifier}}'''$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 == | == Synopsis == | ||
Line 17: | Line 18: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|5.5}} |
− | == See | + | == See also == |
− | {{mIRC|$activewid}} | + | * {{mIRC|$activewid}} |
− | {{mIRC|$leftwinwid}} | + | * {{mIRC|$leftwinwid}} |
− | {{mIRC|$lactivewid}} | + | * {{mIRC|$lactivewid}} |
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|leftwin]] |
Latest revision as of 16:14, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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]
mIRC identifier list