#include "MercuryInputEE.h"
#include <libpad.h>
#include "MercuryUtil.h"
#include "MercuryLog.h"
#include <sifrpc.h>
#include <loadfile.h>
Go to the source code of this file.
Defines | |
#define | ROM_PADMAN |
Functions | |
char buf[256] | __attribute__ ((aligned(64))) |
Variables | |
CursorDevice * | DefaultCursorDevice = new SimPadMouse |
bool | EE_PAD1Responce = AutoInputDeviceTracker.AddDevice( "EEPAD1", new DeviceEEPAD ) |
bool | bInit = false |
int | iMouseXBase = 127 |
int | iMouseYBase = 127 |
padButtonStatus | data |
#define ROM_PADMAN |
Definition at line 7 of file MercuryInputEE.cpp.
char buf [256] __attribute__ | ( | (aligned(64)) | ) |
bool bInit = false |
Definition at line 16 of file MercuryInputEE.cpp.
struct padButtonStatus data |
Definition at line 22 of file MercuryInputEE.cpp.
Definition at line 9 of file MercuryInputEE.cpp.
bool EE_PAD1Responce = AutoInputDeviceTracker.AddDevice( "EEPAD1", new DeviceEEPAD ) |
Definition at line 11 of file MercuryInputEE.cpp.
int iMouseXBase = 127 |
Definition at line 18 of file MercuryInputEE.cpp.
int iMouseYBase = 127 |
Definition at line 19 of file MercuryInputEE.cpp.