mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
very minor debug fix
This commit is contained in:
parent
1968a30cd0
commit
eb4b58eade
@ -1739,7 +1739,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
|
|||||||
}
|
}
|
||||||
if (windisplay_cat.is_debug()) {
|
if (windisplay_cat.is_debug()) {
|
||||||
windisplay_cat.debug()
|
windisplay_cat.debug()
|
||||||
<< "keydown: " << wparam << " (" << lookup_key(wparam) << ")\n";
|
<< "syskeydown: " << wparam << " (" << lookup_key(wparam) << ")\n";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
// Alt and F10 are sent as WM_SYSKEYDOWN instead of WM_KEYDOWN
|
// Alt and F10 are sent as WM_SYSKEYDOWN instead of WM_KEYDOWN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user