MCPcopy Create free account
hub / github.com/arrayfire/forge / getNativeHandle

Method getNativeHandle

src/backend/opengl/sdl/window.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176SDL_Window* Widget::getNativeHandle() const
177{
178 return mWindow;
179}
180
181void Widget::makeContextCurrent() const
182{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected