#include <sys/filio.h>
#include "dev.H"
#include "tablet.H"
#include "std/config.H"
Include dependency graph for tablet.C:
Go to the source code of this file.
Defines | |
#define | BIT(N, INT) ((1 << N) & ((int)(INT))) |
#define | BITS(SN, EN, INT) (((1 << EN) -1) & (~((1 << SN)-1)) & ((int)(INT))) |
Variables | |
static bool | debug = Config::get_var_bool("DEBUG_TABLET",false,true) |
|
Definition at line 19 of file tablet.C. Referenced by TabletMultimode::enqueue_available_tablet_events(), TTYfd::read_synchronized(), TabletMultimode::sample(), and TabletEvent::TabletEvent(). |
|
|
|
|