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

Function getWindow

src/backend/common/handle.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57Window* getWindow(const fg_window& pValue)
58{
59 return reinterpret_cast<common::Window*>(pValue);
60}
61
62Font* getFont(const fg_font& pValue)
63{

Callers 15

fg_create_windowFunction · 0.85
fg_release_windowFunction · 0.85
fg_set_window_fontFunction · 0.85
fg_set_window_titleFunction · 0.85
fg_set_window_positionFunction · 0.85
fg_set_window_sizeFunction · 0.85
fg_set_window_colormapFunction · 0.85
fg_get_window_widthFunction · 0.85
fg_get_window_heightFunction · 0.85
fg_make_window_currentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected