Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getLeft
Function
getLeft
MyGUIEngine/include/MyGUI_ICroppedRectangle.h:93–96 ·
view source on GitHub ↗
Get left x-coordinate */
Source
from the content-addressed store, hash-verified
91
92
/** Get left x-coordinate */
93
int getLeft() const
94
{
95
return mCoord.left;
96
}
97
/** Get right x-coordinate */
98
int getRight() const
99
{
Callers
3
buildQuadVertex
Method · 0.85
MyGUI_ICroppedRectangle.h
File · 0.85
_checkOutside
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected