#include "MercuryInputFB.h"
#include "MercuryLog.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
InputEvent | RemapFBKB (InputEvent &ie) |
Variables | |
CursorDevice * | DefaultCursorDevice = new FBMouse |
bool | FBKBResponce = AutoInputDeviceTracker.AddDevice( "KBFB", new DeviceKeyboardFB ) |
InputEvent RemapFBKB | ( | InputEvent & | ie | ) |
Definition at line 21 of file MercuryInputFB.cpp.
Definition at line 10 of file MercuryInputFB.cpp.
bool FBKBResponce = AutoInputDeviceTracker.AddDevice( "KBFB", new DeviceKeyboardFB ) |
Definition at line 11 of file MercuryInputFB.cpp.