Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
CtrlrNative *CtrlrNative::getNativeObject(CtrlrManager &owner)
8
{
9
return (new CtrlrWindows(owner));
10
}
11
12
#elif __APPLE__
13
#include
"CtrlrMac.h"
Callers
2
perform
Method · 0.80
savePanelAs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected