MCPcopy 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

47static BOOL driver_installed = FALSE;
48
49void setInstallPath(HWND input)
50{
51 GetWindowTextA(input, install_path, sizeof(install_path));
52}
53
54void setDXpath(const char *dx)
55{

Callers 1

process_installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected