Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aegel5/SimpleSwitcher
/ SetCustomHandler
Function
SetCustomHandler
imgui_tiny_app/Backends_Win.h:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
inline void SetCustomHandler(auto&& callback) {
33
details::customH = std::forward<decltype(callback)>(callback);
34
}
35
36
namespace details {
37
Callers
1
StartGui
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected