Dynamic Windows Function [dw_window_set_pointer]
Syntax
void dw_window_set_pointer(HWND handle, int cursortype)
Parameters
HWND handle: Handle to widget for which to change.
int cursortype: ID of the pointer you want such as DW_POINTER_DEFAULT.
Description
Changes the appearance of the mouse pointer.