view Renderer/Engine/Keyboard.h @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents 735f76483bb2
children
line wrap: on
line source

#ifndef INCLUDED_KEYBOARD
#define INCLUDED_KEYBOARD

#include "Pad.h"

class Keyboard : public Pad {
public:
    void check(void);
};

#endif