Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ unregisterWindowEvents
Method
unregisterWindowEvents
src/cinder/app/linux/AppImplLinuxGlfw.cpp:574–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
void AppImplLinux::unregisterWindowEvents( WindowImplLinux* window )
575
{
576
GlfwCallbacks::unregisterWindowEvents( window->getNative() );
577
}
578
579
}} // namespace cinder::app
Callers
2
~WindowImplLinux
Method · 0.45
~WindowImplLinux
Method · 0.45
Calls
1
getNative
Method · 0.45
Tested by
no test coverage detected