#include <minigui.h>
Data Fields
- void *(* init )(void)
- void(* deinit )(void *context)
- void(* paint_desktop )(void *context, HDC dc_desktop, const RECT *inv_rc)
- void(* keyboard_handler )(void *context, int message, WPARAM wParam, LPARAM lParam)
- void(* mouse_handler )(void *context, int message, WPARAM wParam, LPARAM lParam)
- void(* customize_desktop_menu )(void *context, HMENU hmenu, int start_pos)
- void(* desktop_menucmd_handler )(void *context, int id)
Detailed Description
Desktop operation set
Definition at line 1488 of file minigui.h.
Field Documentation
called when starting a new session, and return a context
Definition at line 1491 of file minigui.h.
The documentation for this struct was generated from the following file: