MCPcopy 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
138void WindowImplLinux::resize()
139{
140 mAppImpl->setWindow( mWindowRef );
141 mWindowRef->emitResize();
142}
143
144void WindowImplLinux::hideCursor()
145{

Callers

nothing calls this directly

Calls 2

emitResizeMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected