MCPcopy Index your code
hub / github.com/VincentWei/MiniGUI / SetDefaultCursor

Function SetDefaultCursor

include/minigui.h:4213–4215  ·  view source on GitHub ↗

* \fn HCURSOR SetDefaultCursor(HCURSOR hcsr) * \brief Changes the current cursor, and set it as the default cursor. * * This function changes the current cursor to be \a hcsr, and set it as * the default cursor. * * \param hcsr The expected cursor handle. * \return The old cursor handle. * * \note This function defined as a macro calling \a SetCursorEx with * passing \a set_def as TRUE.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

ParseEventFunction · 0.85
do_drag_drop_windowFunction · 0.85
do_drag_drop_windowFunction · 0.85

Calls 1

SetCursorExFunction · 0.70

Tested by

no test coverage detected