MCPcopy Create free account
hub / github.com/cinder/Cinder / registerWindowEvents

Method registerWindowEvents

src/cinder/app/linux/AppImplLinuxGlfw.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void AppImplLinux::registerWindowEvents( WindowImplLinux* window )
570{
571 GlfwCallbacks::registerWindowEvents( window->getNative(), this, window->getWindow() );
572}
573
574void AppImplLinux::unregisterWindowEvents( WindowImplLinux* window )
575{

Callers 2

WindowImplLinuxMethod · 0.45
WindowImplLinuxMethod · 0.45

Calls 2

getNativeMethod · 0.45
getWindowMethod · 0.45

Tested by

no test coverage detected