call InputHandler::Update, InputHandler::ButtonPressed

This commit is contained in:
Glenn Maynard
2003-07-13 01:03:44 +00:00
parent f56d3345fa
commit 82aabe7c3a
2 changed files with 36 additions and 32 deletions
@@ -7,6 +7,8 @@ struct DIDevice;
class InputHandler_DInput: public InputHandler
{
bool OpenDevice(DIDevice &joystick);
void UpdatePolled(DIDevice &device);
void UpdateBuffered(DIDevice &device);
public:
InputHandler_DInput();