Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ resize
Method
resize
src/cinder/app/linux/WindowImplLinuxGlfw.cpp:234–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
void WindowImplLinux::resize()
235
{
236
mAppImpl->setWindow( mWindowRef );
237
mWindowRef->emitResize();
238
}
239
240
void WindowImplLinux::hideCursor()
241
{
Callers
5
initialize
Method · 0.45
run
Method · 0.45
run
Method · 0.45
getHomeDirectory
Method · 0.45
PlatformLinux.cpp
File · 0.45
Calls
2
emitResize
Method · 0.80
setWindow
Method · 0.45
Tested by
no test coverage detected