Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Keyboard.h @ 140:67a5469dfef2 draft
add Controller
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 28 Nov 2008 15:24:55 +0900 |
parents | |
children | b3fb0013e6b2 |
line wrap: on
line source
#ifndef INCLUDED_KEYBOARD #define INCLUDED_KEYBOARD #ifndef INCLUDED_PAD # include "Pad.h" #endif class Keyboard : public Pad { public: void check(void); }; #endif