MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getNativeObject

Method getNativeObject

Source/Native/CtrlrNative.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "CtrlrWindows.h"
6
7CtrlrNative *CtrlrNative::getNativeObject(CtrlrManager &owner)
8{
9 return (new CtrlrWindows(owner));
10}
11
12#elif __APPLE__
13#include "CtrlrMac.h"

Callers 2

performMethod · 0.80
savePanelAsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected