added queuing push and pop logic and having fun with c# integration
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenEngine {
|
||||
private:
|
||||
inline static const std::string GetJoystickName(unsigned int joystick) { return instance->GetJoystickNameImpl(joystick); };
|
||||
|
||||
static Input* instance;
|
||||
static Scope<Input> instance;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user