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

Method getNative

src/cinder/app/Window.cpp:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void* Window::getNative() const
267{
268 testValid();
269
270#if defined( CINDER_COCOA )
271 return [mImpl getNative];
272#else
273 return (void*)mImpl->getNative();
274#endif
275}
276
277#if defined( CINDER_COCOA_TOUCH )
278UIViewController* Window::getNativeViewController()

Callers 8

setupMethod · 0.45
setupMethod · 0.45
hasStringMethod · 0.45
getStringMethod · 0.45
setStringMethod · 0.45
checkNewFrameMethod · 0.45
getSurfaceMethod · 0.45
getTextureMethod · 0.45

Calls 1

testValidFunction · 0.85

Tested by 1

setupMethod · 0.36