These events are generated by wFrame when the mouse moves or clicks on the system tray icon.
Events: | wTrayEvent | Description |
wEvent_TrayLeftDown | The left button was pressed. |
wEvent_TrayLeftUp | The left button was released. |
wEvent_TrayRightDown | The right button was pressed. |
wEvent_TrayRightUp | The right button was released. |
wEvent_TrayLeftDoubleClick | The the left button was double-clicked |
wEvent_TrayRightDoubleClick | The the middle button was double-clicked |
wEvent_TrayMove | The cursor moves. |
wEvent_TrayBalloonTimeout | The balloon is dismissed because of a timeout. |
wEvent_TrayBalloonClick | The balloon is dismissed because the user clicked the mouse. |
|