Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JHRobotics/softgpu
/ setInstallPath
Function
setInstallPath
actions.c:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
static BOOL driver_installed = FALSE;
48
49
void setInstallPath(HWND input)
50
{
51
GetWindowTextA(input, install_path, sizeof(install_path));
52
}
53
54
void setDXpath(const char *dx)
55
{
Callers
1
process_install
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected