Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
Window* getWindow(const fg_window& pValue)
58
{
59
return reinterpret_cast<common::Window*>(pValue);
60
}
61
62
Font* getFont(const fg_font& pValue)
63
{
Callers
15
fg_create_window
Function · 0.85
fg_release_window
Function · 0.85
fg_set_window_font
Function · 0.85
fg_set_window_title
Function · 0.85
fg_set_window_position
Function · 0.85
fg_set_window_size
Function · 0.85
fg_set_window_colormap
Function · 0.85
fg_get_window_context_handle
Function · 0.85
fg_get_window_display_handle
Function · 0.85
fg_get_window_width
Function · 0.85
fg_get_window_height
Function · 0.85
fg_make_window_current
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected