NetSurf
|
Windows mouse cursor interface. More...
Go to the source code of this file.
Functions | |
void | nsws_window_init_pointers (HINSTANCE hinstance) |
initialise the list of mouse cursors More... | |
HCURSOR | nsws_get_pointer (gui_pointer_shape shape) |
get a win32 cursor handle for a pointer shape More... | |
Windows mouse cursor interface.
Definition in file pointers.h.
HCURSOR nsws_get_pointer | ( | gui_pointer_shape | shape | ) |
get a win32 cursor handle for a pointer shape
Definition at line 76 of file pointers.c.
References nsws_pointers::appstarting, nsws_pointers::arrow, nsws_pointers::cross, GUI_POINTER_CARET, GUI_POINTER_CROSS, GUI_POINTER_DOWN, GUI_POINTER_HELP, GUI_POINTER_LD, GUI_POINTER_LEFT, GUI_POINTER_LU, GUI_POINTER_MENU, GUI_POINTER_MOVE, GUI_POINTER_NO_DROP, GUI_POINTER_NOT_ALLOWED, GUI_POINTER_POINT, GUI_POINTER_PROGRESS, GUI_POINTER_RD, GUI_POINTER_RIGHT, GUI_POINTER_RU, GUI_POINTER_UP, GUI_POINTER_WAIT, nsws_pointers::hand, nsws_pointers::help, nsws_pointers::ibeam, nsws_pointers::no, nsws_pointer, nsws_pointers::sizeall, nsws_pointers::sizenesw, nsws_pointers::sizens, nsws_pointers::sizenwse, nsws_pointers::sizewe, and nsws_pointers::wait.
Referenced by win32_window_set_pointer().
void nsws_window_init_pointers | ( | HINSTANCE | hinstance | ) |
initialise the list of mouse cursors
Definition at line 58 of file pointers.c.
References nsws_pointers::appstarting, nsws_pointers::arrow, nsws_pointers::cross, nsws_pointers::hand, nsws_pointers::help, nsws_pointers::ibeam, nsws_pointers::no, nsws_pointer, nsws_pointers::sizeall, nsws_pointers::sizenesw, nsws_pointers::sizens, nsws_pointers::sizenwse, nsws_pointers::sizewe, and nsws_pointers::wait.
Referenced by WinMain().