#include <sys/ioctl.h>
#include <linux/ps2/pad.h>
#include <unistd.h>
#include <fcntl.h>
#include "JoypadConst.h"
Include dependency graph for Joypad.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | NablaPS2Utils |
Defines | |
#define | JOYPAD_DEV0 "/dev/ps2pad00" |
Name of the device corresponding to joypad in port 1. | |
#define | JOYPAD_DEV1 "/dev/ps2pad10" |
Name of the device corresponding to joypad in port 2. |
Definition in file Joypad.h.