open_toontown_panda3d/panda/src/windisplay
rdb eca18f3c19 windisplay: Don't try to activate window when resizing/moving it
This fixes an issue where if you quickly alt-tab when the window opens, it receives a WM_ACTIVATE event and thinks it continues to be active, which causes issues with applying cursor confinement.

I think you can probably still reproduce that issue, but your reflexes have to be significantly more ninja now.
2021-03-11 23:50:45 +01:00
..
config_windisplay.cxx windisplay: add a variable to disable Panda's message pump 2019-12-08 15:04:06 +01:00
config_windisplay.h windisplay: add a variable to disable Panda's message pump 2019-12-08 15:04:06 +01:00
p3windisplay_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
winDetectDx.h windisplay: remove unused WHQL stuff 2018-12-23 16:25:29 +01:00
winDetectDx9.cxx windisplay: Undefine Configure before including d3d9.h 2018-11-01 21:52:56 -06:00
winGraphicsPipe.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
winGraphicsPipe.cxx display: Add a way to query system DPI scaling 2020-12-26 16:25:51 +01:00
winGraphicsPipe.h Clean up dynamic loading of Win32 funcs, remove makepanda touchinput setting, remove checks for pre-WinXP 2016-12-05 17:21:09 -05:00
winGraphicsWindow.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
winGraphicsWindow.cxx windisplay: Don't try to activate window when resizing/moving it 2021-03-11 23:50:45 +01:00
winGraphicsWindow.h windisplay: fix issues with losing mouse cursor confinement 2019-09-06 15:36:36 +02:00