MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / GUI_Mouse_Show_InWidget

Function GUI_Mouse_Show_InWidget

src/gui/gui.c:4055–4058  ·  view source on GitHub ↗

* Show the mouse if needed. Should be used in combination with * GUI_Mouse_Hide_InWidget(). */

Source from the content-addressed store, hash-verified

4053 * GUI_Mouse_Hide_InWidget().
4054 */
4055void GUI_Mouse_Show_InWidget(void)
4056{
4057 GUI_Mouse_Show_InRegion();
4058}
4059
4060/**
4061 * Hide the mouse when it is inside the specified widget. Works with

Callers 8

GUI_DisplayTextFunction · 0.85
GUI_DrawCreditsFunction · 0.85
GUI_DrawScreenFunction · 0.85
GUI_Widget_Viewport_DrawFunction · 0.85
GUI_Mentat_LoopFunction · 0.85
GUI_Security_ShowFunction · 0.85

Calls 1

GUI_Mouse_Show_InRegionFunction · 0.85

Tested by

no test coverage detected