NetSurf
Functions
pointers.h File Reference

Windows mouse cursor interface. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Windows mouse cursor interface.

Definition in file pointers.h.

Function Documentation

◆ nsws_get_pointer()

HCURSOR nsws_get_pointer ( gui_pointer_shape  shape)

◆ nsws_window_init_pointers()

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().

Here is the caller graph for this function: