mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- Fixed: When using Win32 mouse, windowed mode, alt-tabbing away and then
clicking on the window's title bar moved it practically off the screen. - Beginnings of i_input.cpp rewrite: Win32 and DirectInput mouse handling has been moved into classes. SVN r1597 (trunk)
This commit is contained in:
parent
7e69852da9
commit
86023c23ca
2 changed files with 757 additions and 475 deletions
|
@ -1,4 +1,10 @@
|
|||
May 20, 2009 (Changes by Graf Zahl)
|
||||
May 22, 2009
|
||||
- Fixed: When using Win32 mouse, windowed mode, alt-tabbing away and then
|
||||
clicking on the window's title bar moved it practically off the screen.
|
||||
- Beginnings of i_input.cpp rewrite: Win32 and DirectInput mouse handling has
|
||||
been moved into classes.
|
||||
|
||||
May 20, 2009 (Changes by Graf Zahl)
|
||||
- Fixed: The SBARINFO parser compared an FString in the GAMEINFO with a NULL
|
||||
pointer and tried to load a lump with an empty name as statusbar script
|
||||
for non-Doom games.
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue