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

Function SetCursor

include/minigui.h:4194–4196  ·  view source on GitHub ↗

* \fn HCURSOR SetCursor(HCURSOR hcsr) * \brief Changes the current cursor. * * This function changes the current cursor to be \a hcsr. * * \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 FALSE. * * \sa SetCursorEx, SetDefaultCursor */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

ListViewCtrlProcFunction · 0.85
mouse_default_moveFunction · 0.85
TextEditCtrlProcFunction · 0.85
SLEditCtrlProcFunction · 0.85
SLEditCtrlProcFunction · 0.85
mTextEditor_wndProcFunction · 0.85
DefaultMouseMsgHandlerFunction · 0.85
DefaultPostMsgHandlerFunction · 0.85
PreDefControlProcFunction · 0.85
PopupMenuTrackProcFunction · 0.85
DrawiconWinProcFunction · 0.85
InitGUIFunction · 0.85

Calls 1

SetCursorExFunction · 0.70

Tested by 1

DrawiconWinProcFunction · 0.68