inputtype::button renamed to inputtype::mouse

This commit is contained in:
MihailRis
2023-11-20 06:39:42 +03:00
parent 3eb6e82631
commit e04abe79d8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ void InputBindBox::drawBackground(Batch2D* batch, Assets* assets) {
}
void InputBindBox::clicked(GUI*, int button) {
binding.type = inputtype::button;
binding.type = inputtype::mouse;
binding.code = button;
defocus();
}