Add Tick method to input device
This commit is contained in:
@@ -22,6 +22,8 @@ namespace OpenVulkano::Input
|
||||
public:
|
||||
static InputManager* GetInstance();
|
||||
|
||||
void Tick();
|
||||
|
||||
void RegisterInputDevice(InputDevice* device)
|
||||
{
|
||||
devices.push_back(device);
|
||||
|
||||
Reference in New Issue
Block a user