Changes to player, and mesh renderer INCOMPLETE
This commit is contained in:
14
InputHandler.h
Normal file
14
InputHandler.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <InputCommand.h>
|
||||
|
||||
class InputHandler
|
||||
{
|
||||
public:
|
||||
void HandleInput();
|
||||
|
||||
private:
|
||||
Command* ButtonX;
|
||||
Command* ButtonY;
|
||||
Command* ButtonA;
|
||||
Command* ButtonB;
|
||||
};
|
||||
Reference in New Issue
Block a user