0 Members and 1 Guest are viewing this topic.
void WindowImplWin32::SetTitle(const std::string& title){ SetWindowText(myHandle, title.c_str());}
void WindowImplWin32::SetTitle(const std::string& title) { SetWindowTextA(myHandle, title.c_str()); }