MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / initialize

Method initialize

source/MRViewer/MRTouchpadController.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16void TouchpadController::initialize( GLFWwindow* window )
17{
18#if defined( __APPLE__ )
19 handler_ = std::make_unique<TouchpadCocoaHandler>( window );
20#elif defined( _WIN32 )
21 handler_ = std::make_unique<TouchpadWin32Handler>( window );
22#else
23 (void)window;
24#endif
25}
26
27void TouchpadController::reset()
28{

Callers 2

setupWindow_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected