- Changed I_InitInput() to acquire the IDirectInput8A interface by using

DirectInput8Create() instead of CoCreateInstance(). This allows the Steam
  GameOverlayRenderer.dll to properly hook it.


SVN r1422 (trunk)
This commit is contained in:
Randy Heit 2009-02-10 03:12:41 +00:00
commit 085be22a30
2 changed files with 36 additions and 47 deletions

View file

@ -1,4 +1,7 @@
February 9, 2009
- Changed I_InitInput() to acquire the IDirectInput8A interface by using
DirectInput8Create() instead of CoCreateInstance(). This allows the Steam
GameOverlayRenderer.dll to properly hook it.
- Stopped sending double the number of wheel events as appropriate to the
console under Linux.
- Added middle mouse button selection pasting for X systems.