IUP_ENTERWINDOW_CB

IUP - Portable User Interface

ENTERWINDOW_CB

Action generated when the mouse enters the canvas.

Callback

int function(Ihandle *self); [in C]
elem:enterwindow() -> (ret: number) [in IupLua3]
elem:enterwindow_cb() -> (ret: number) [in IupLua5]

self: identifier of the canvas the mouse has entered.

Affects

IupCanvas