P.OnCursorExited
From GMod Wiki
Event Hook | |
Hook Name | OnCursorExited |
Syntax | PANEL:OnCursorExited( ) |
Description | This is called whenever the mouse leaves the rectangular area of the control. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=P.OnCursorExited]P.OnCursorExited [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- The rectangular area of a panel is between xpos and xpos+width on the x axis, and between ypos and ypos+height on the y axis.