mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove debug statements
This commit is contained in:
parent
44c8c87d25
commit
f0597899d9
@ -1304,7 +1304,6 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case WM_RBUTTONDOWN:
|
case WM_RBUTTONDOWN:
|
||||||
cerr << "RBUTTONDOWN\n";
|
|
||||||
if (_lost_keypresses) {
|
if (_lost_keypresses) {
|
||||||
resend_lost_keypresses();
|
resend_lost_keypresses();
|
||||||
}
|
}
|
||||||
@ -1348,7 +1347,6 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case WM_RBUTTONUP:
|
case WM_RBUTTONUP:
|
||||||
cerr << "RBUTTONUP\n";
|
|
||||||
if (_lost_keypresses) {
|
if (_lost_keypresses) {
|
||||||
resend_lost_keypresses();
|
resend_lost_keypresses();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user