#include <map>#include <sstream>#include <stdlib.h>#include "../avrerror.h"#include "ui.h"#include "keyboard.h"#include <iostream>#include "systemclocktypes.h"#include "simulationmember.h"#include "hardware.h"#include "pin.h"

Go to the source code of this file.
Variables | |
| map< int, int > | xToNumber |
| map< int, const int * > | keynumberToScancode1 |
| map< int, const int * > | keynumberToScancode2 |
| map< int, const int * > | keynumberToScancode3 |
| map<int, const int* > keynumberToScancode1 |
Definition at line 35 of file keyboard.cpp.
| map<int, const int* > keynumberToScancode2 |
Definition at line 36 of file keyboard.cpp.
Referenced by Keyboard::InsertBreakCodeToBuffer(), and Keyboard::InsertMakeCodeToBuffer().
| map<int, const int* > keynumberToScancode3 |
Definition at line 37 of file keyboard.cpp.
| map<int,int> xToNumber |
Definition at line 34 of file keyboard.cpp.
Referenced by generateKeytrans(), Keyboard::InsertBreakCodeToBuffer(), and Keyboard::InsertMakeCodeToBuffer().
1.6.3