MCPcopy 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

getTextIntervalMethod · 0.45
_setTextColourMethod · 0.45
insertTextMethod · 0.45
eraseTextMethod · 0.45
notifyMouseWheelMethod · 0.45
getContentPositionMethod · 0.45
setViewOffsetMethod · 0.45
getViewOffsetMethod · 0.45
injectMouseMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected