Making an interface for input in C - How?

Posted by tloszk on Game Development See other posts from Game Development or by tloszk
Published on 2012-09-09T15:55:49Z Indexed on 2012/09/09 21:49 UTC
Read the original article Hit count: 420

Filed under:
|
|
|

I have a big question. I started to develop a simple 3D engine (or should I call it framework?). I use OpenGL for rendering and it is developed for Windows. It is all written in C.

But I don't know, how to write an "interface" for the keyboard/mouse input. I would like to keep it as simple as possible and nice - what the Win32 "native" input system is not.

If anyone has suggestions about the topic, please, tell me.

Thanks for everyone, who answers to my question!

© Game Development or respective owner

Related posts about engine

Related posts about input