Input System improved to allow for multiple inputs for same bind
Did not work properly between keyboard and controller before.
This commit is contained in:
@@ -10,6 +10,7 @@ struct BindMouseButton : Event
|
||||
{
|
||||
int Button;
|
||||
std::string Command;
|
||||
float Value;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user