Advertisement

DirectInput

Started by April 16, 2001 07:43 PM
0 comments, last by Taphreek 23 years, 9 months ago
Forst off, I didn''t know if this would belong with OpenGL and DirectX or here so I put it here. Anyway what headers and libs to you need to include to get access to DirectInput. I am talking about stuff like
  
LPDIRECTINPUT8 ......
  
-Taphreek
-Taphreek
Include dinput.h, and link your project to dinput8.lib. If you wanna use some of the GUID global variables (such as c_dfDIKeyboard or c_dfDIMouse) then you need to link to dxguid.lib as well.



Edited by - PyroBoy on April 17, 2001 4:55:02 PM

This topic is closed to new replies.

Advertisement