Create input service
This commit is contained in:
11
src/include/DataModelV3/InputService.h
Normal file
11
src/include/DataModelV3/InputService.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//Should potentially make a "Service" class
|
||||
#pragma once
|
||||
#include "Instance.h"
|
||||
|
||||
namespace B3D{
|
||||
class InputService : public Instance{
|
||||
InputService(void);
|
||||
InputService~(void);
|
||||
pollKeyState(int key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user