homebrewfilter/source/input.h
Christopher Roy Bratusek b109f70d82 UNIX line-endings FTW!
2011-09-27 21:52:55 +02:00

27 lines
518 B
C

/****************************************************************************
* libwiigui Template
* Tantric 2009
*
* input.h
* Wii/GameCube controller management
***************************************************************************/
#ifndef _INPUT_H_
#define _INPUT_H_
#include <gccore.h>
#include <wiiuse/wpad.h>
#define PI 3.14159265f
#define PADCAL 50
extern int rumbleRequest[4];
void SetupPads();
void UpdatePads();
void ShutoffRumble();
void ShutdownPads();
void DoRumble(int i);
#endif