- MoveWindow
BOOL MoveWindow(HWND hWnd, int X, int Y, int nWidth, int nHeight, BOOL bRepaint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetWindowLongW
LONG SetWindowLongW(HWND , int , LONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- deleteFromTaskbar
void deleteFromTaskbar(HWND hwnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteFromTaskbar
void deleteFromTaskbar(SDL_Window* sdlWindow)
Undocumented in source. Be warned that the author may not have intended to support it.