Fix warning message
Mouse "wheel button" is meaningless :)
This commit is contained in:
parent
080df5eb5d
commit
f3e8834a3c
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void input_manager_process_mouse_wheel(struct input_manager *input_manager,
|
|||
struct control_event control_event;
|
||||
if (mouse_wheel_from_sdl_to_android(event, position, &control_event)) {
|
||||
if (!controller_push_event(input_manager->controller, &control_event)) {
|
||||
LOGW("Cannot send wheel button event");
|
||||
LOGW("Cannot send mouse wheel event");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue