 INPUT: Illustrates How to Process Keyboard Input and Mouse Input

 INPUT processes keyboard and mouse input. It demonstrates 
 how to process the following input-related messages: 
 WM_MOUSEMOVE, WM_LBUTTONDOWN, WM_LBUTTONUP, 
 WM_LBUTTONDBLCLK, WM_KEYDOWN, WM_KEYUP, WM_CHAR, WM_TIMER, 
 WM_HSCROLL, and WM_VSCROLL. INPUT displays x and y 
 coordinates when these messages are processed and when you 
 click the scroll bars and move the scroll box.

 INPUT was built and tested under Microsoft(R) Windows(TM) 
 version 3.1.
