mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-15 11:33:16 +01:00
GUI: F5
refreshes displayed values
This commit is contained in:
parent
7836d917f8
commit
5f869cfadb
@ -3288,6 +3288,11 @@ static LRESULT CALLBACK GUI_WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
|
||||
SetTimer(hWnd, GUI_TIMER_READ_HELP, 200, NULL);
|
||||
return 0;
|
||||
}
|
||||
else if (wParam == VK_F5)
|
||||
{
|
||||
InvalidateRect(hWnd, NULL, FALSE);
|
||||
return 0;
|
||||
}
|
||||
else if (wParam == 'Z')
|
||||
{
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user