MCPcopy 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
574void AppImplLinux::unregisterWindowEvents( WindowImplLinux* window )
575{
576 GlfwCallbacks::unregisterWindowEvents( window->getNative() );
577}
578
579}} // namespace cinder::app

Callers 2

~WindowImplLinuxMethod · 0.45
~WindowImplLinuxMethod · 0.45

Calls 1

getNativeMethod · 0.45

Tested by

no test coverage detected