Category : C Source Code
Archive   : YICONS24.ZIP
Filename : YAKKEYS.H

 
Output of file : YAKKEYS.H contained in archive : YICONS24.ZIP
#ifndef YAKKEYS.H

#include "stddefs.h"
#define YAKKEYS.H
//header file for yakKeyboard; adapted from STK code by Jari Karjala

class yakKeyboard
{
public:
enum keyLabel {escape = 1, num1, num2, num3, num4, num5, num6, num7,
num8, num9, num0, tab=15, charQ, charW, charE, charR,
charT, charY, charU, charI, charO, charP, charA=30,
charS, charD, charF, charG, charH, charJ, charK, charL,
charZ=44, charX, charC, charV, charB, charN, charM,
keyComma, keyDot, spaceBar=57, upArrow = 72, downArrow=80,
leftArrow = 75, rightArrow = 77};
static char keys[128];
static char * bufferHead, bufferTail;
static void interrupt (*oldHandler)(...);
static void interrupt newHandler(...);
static void install(void);
static void remove(void);
};

#ifndef YAKKEYSUNIT
extern yakKeyboard keyboard;
#endif
#endif

  3 Responses to “Category : C Source Code
Archive   : YICONS24.ZIP
Filename : YAKKEYS.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/