* Show the mouse if needed. Should be used in combination with * GUI_Mouse_Hide_InWidget(). */
| 4053 | * GUI_Mouse_Hide_InWidget(). |
| 4054 | */ |
| 4055 | void 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 |
no test coverage detected