- 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:
parent
d444fc54fd
commit
085be22a30
2 changed files with 36 additions and 47 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue