mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
*** empty log message ***
This commit is contained in:
parent
e09bfec5da
commit
3af5e81985
@ -1133,6 +1133,7 @@ void wdxGraphicsWindow::config(void) {
|
||||
_input_devices.push_back(device);
|
||||
|
||||
ShowWindow(_mwindow, SW_SHOWNORMAL);
|
||||
ShowWindow(_mwindow, SW_SHOWNORMAL);
|
||||
// UpdateWindow( _mwindow );
|
||||
}
|
||||
|
||||
|
@ -571,6 +571,7 @@ void wglGraphicsWindow::config(void) {
|
||||
_mouse_entry_enabled = false;
|
||||
_entry_state = -1;
|
||||
|
||||
ShowWindow(_mwindow, SW_SHOWNORMAL);
|
||||
ShowWindow(_mwindow, SW_SHOWNORMAL);
|
||||
|
||||
// Enable detection of mouse input
|
||||
|
Loading…
x
Reference in New Issue
Block a user