Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getPosition
Method
getPosition
MyGUIEngine/src/MyGUI_SharedLayer.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
IntPoint SharedLayer::getPosition(int _left, int _top) const
112
{
113
return {_left, _top};
114
}
115
116
void SharedLayer::renderToTarget(IRenderTarget* _target, bool _update)
117
{
Callers
15
Type MYGUICALL ExportWidget_GetPosition
Method · 0.45
MyGUI_Managed_WidgetCropped.h
File · 0.45
getTextInterval
Method · 0.45
_setTextColour
Method · 0.45
insertText
Method · 0.45
eraseText
Method · 0.45
notifyScrollChangePosition
Method · 0.45
notifyMouseWheel
Method · 0.45
getContentPosition
Method · 0.45
setViewOffset
Method · 0.45
getViewOffset
Method · 0.45
injectMouseMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected