doskeyb

view README @ 2:da4c014bb055

implemented kb_isdown(KB_ANY) correctly
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 04:07:09 +0300
parents
children
line source
1 DOS interrupt-driven keyboard driver.
3 Copyright (C) John Tsiombikas <nuclear@member.fsf.org>
4 License: GNU General Public License v3
6 Yes this means that if you use this for anything you must also release it under the GPL.
7 See COPYING for the full license text.
9 To use in your programs, just include the files keyb.h, keyb.c, and scancode.h to your
10 project. See test.c for a use example, otherwise just check keyb.h, which is heavily
11 commented.