o cleanup
This commit is contained in:
18
tools/bsnes/lib/ruby/input/x.hpp
Executable file
18
tools/bsnes/lib/ruby/input/x.hpp
Executable file
@@ -0,0 +1,18 @@
|
||||
class pInputX;
|
||||
|
||||
class InputX : public Input {
|
||||
public:
|
||||
bool cap(Setting);
|
||||
uintptr_t get(Setting);
|
||||
bool set(Setting, uintptr_t);
|
||||
|
||||
bool poll(int16_t *table);
|
||||
bool init();
|
||||
void term();
|
||||
|
||||
InputX();
|
||||
~InputX();
|
||||
|
||||
private:
|
||||
pInputX &p;
|
||||
};
|
||||
Reference in New Issue
Block a user