add license and readme info in top comment
parent
d73eba0790
commit
04bf9f64ff
|
@ -1,5 +1,26 @@
|
|||
/*
|
||||
** A program for testing win32 text input
|
||||
** Win32 Typing Test Program
|
||||
** v1.0.0 - Jan 19th 2024
|
||||
** by Allen Webster allenw@mr4th.com
|
||||
**
|
||||
** public domain example program
|
||||
** NO WARRANTY IMPLIED; USE AT YOUR OWN RISK
|
||||
**
|
||||
**
|
||||
** Tested on:
|
||||
** Windows 10 English
|
||||
**
|
||||
** This is an example and a tool for gathering information about
|
||||
** Win32 text input APIs.
|
||||
**
|
||||
** You may use it as a starting point for your own Win32 text input
|
||||
** implementation.
|
||||
**
|
||||
** Or you may contribute to the project by:
|
||||
** Trying typing in the test program and report any misbehavior you see.
|
||||
** Supplying references to relevant documentation/examples that perform
|
||||
** this task in a better way.
|
||||
**
|
||||
*/
|
||||
|
||||
#include <Windows.h>
|
||||
|
|
Loading…
Reference in New Issue