a good keyboard library?

Started by
6 comments, last by billybob 21 years, 8 months ago
is there a keyboard input multikey library out there? directinput is far too complicated and annoying just to read some keys. besides that i don''t know what libs to add to the project to make it work. if anyone knows either that or a good thirdparty multikey library, do tell.
Advertisement
i can''t find any on the internet, i keep getting whole librarys, not just the keyboard deal. so what are the libs you ahve to include for directInput?
dinput.lib?


Read about my game, project #1


John 3:16
quote:Original post by d000hg
dinput.lib?


Read about my game, project #1


John 3:16


already included, that won''t fix my unhandled externals
Tell us what they are then!

[ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost | Asking Questions | Organising code files ]
winmm.lib dxguid.lib dinput.lib,also what compiler do u use?, and give more info about the "unhandled externals" errors.

[edited by - hpolloni on July 27, 2002 8:45:10 PM]
thanks, it was dxguid. so i''m using directinput now, any good tutorials out there that you know of?
quote:Original post by billybob
thanks, it was dxguid. so i''m using directinput now, any good tutorials out there that you know of?


Straight from the resources section on this very site: DirectX 8 and the Keyboard

This topic is closed to new replies.

Advertisement