                      
                              
                        
                               
                          

A DJGPP input library

CopyRight (c) 2000, Johan Bos
Can be used freely in freeware, contact for commercial purposes

Index
---------------------
1. Installation guide
2. Features
3. Future additions
4. Contact information


1: Installation guide
---------------------
Installation is easy. Copy the input.h library into your DJGPP include
directory like: C:\DJGPP\INCLUDE. Then you can use the functions in your
program by including the library like: #include <input.h>

2: Features
---------------------
The input library has the following functions completely working:
-Reading the keyboard keys, wait for a key or not.
-Retrieving the keyboard state: keys currently held by the user
-Retrieving the mouse position, button state and sensitivity
-Setting the mouse position, move field and sensitivity
-Full object oriented layout
-3 Example programs that get you started

3: Future additions
---------------------
These are the things I want to add later:
-Setting the keyboard rate and delay for the Pressed() and Read() methods
-Joystick support

4: Contact information
---------------------
You can visit my website at http://www.sludgesoft.com/johan
Or send an E-mail at bosjoh@fcmail.com
