Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ resize
Method
resize
src/cinder/app/linux/WindowImplLinuxHeadless.cpp:138–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void WindowImplLinux::resize()
139
{
140
mAppImpl->setWindow( mWindowRef );
141
mWindowRef->emitResize();
142
}
143
144
void WindowImplLinux::hideCursor()
145
{
Callers
nothing calls this directly
Calls
2
emitResize
Method · 0.80
setWindow
Method · 0.45
Tested by
no test coverage detected