Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
keyboard.h File Reference

The Keyboard device handles keystrokes. More...

#include "interrupt/gate.h"
#include "object/key.h"
#include "object/bbuffer.h"
#include "sync/semaphore.h"
Include dependency graph for keyboard.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Keyboard
 Handles keystrokes.This class ensures correct initialization of the keyboard and, above all, its interrupt handling. It also allows an application to query it for key strokes. More...
 

Detailed Description

The Keyboard device handles keystrokes.