MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / softgpu_info

Function softgpu_info

softgpu.c:430–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void softgpu_info(HWND hwnd, const char *part)
431{
432 (void)hwnd;
433 char msgbuff[256];
434
435 if(infobox != INVALID_HANDLE_VALUE)
436 {
437 strcpy(msgbuff, "Working: ");
438 strcat(msgbuff, part);
439 strcat(msgbuff, "...");
440
441 SetWindowText(infobox, msgbuff);
442 }
443}
444
445void softgpu_browse(HWND hwnd)
446{

Callers 1

timer_procFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected