view controler.h @ 90:8edae89a3877

compile on Mac OS X
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 19 May 2011 16:41:21 +0900
parents ce9ef7dcf2f0
children 0b65ca27f113
line wrap: on
line source

/*
 * チャタリング防止
 * value = 0: 押してない
 *         1: 1回押した
 *         2: 押し続けている
 */
typedef struct SGO_PAD {
    short st;
    short se;
    short left;
    short right;
    short up;
    short down;
    short r1;
    short r2;
    short l1;
    short l2;
    short cross;
    short circle;
    short triangle;
    short square;
} SGO_PAD;

extern SGO_PAD pad;