Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ width
Method
width
src/OpenLoco/src/Ui/Widget.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int32_t Widget::width() const
27
{
28
return (this->right - this->left) + 1;
29
}
30
31
int32_t Widget::height() const
32
{
Callers
15
paint
Method · 0.45
horizontalFollow
Function · 0.45
horizontalDragFollow
Function · 0.45
getPart
Function · 0.45
updateThumbs
Function · 0.45
hButtonRight
Function · 0.45
hTrackLeft
Function · 0.45
hTrackRight
Function · 0.45
showBelow
Function · 0.45
populateCompanySelect
Function · 0.45
draw
Method · 0.45
drawLabel
Function · 0.45
Calls
no outgoing calls
Tested by
1
drawScroll
Function · 0.36