Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getPointerType
Method
getPointerType
Common/Input/SDL/ResourceSDLPointer.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
void deserialization(MyGUI::xml::ElementPtr _node, MyGUI::Version _version) override;
25
26
SDL_SystemCursor getPointerType()
27
{
28
return mCursorType;
29
}
30
31
private:
32
SDL_SystemCursor mCursorType{SDL_NUM_SYSTEM_CURSORS};
Callers
1
setPointer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected