Merge pull request #225 from npes87184/master

remove redundant semicolon
pull/226/merge
Romain Vimont 6 years ago committed by GitHub
commit ec66b3be82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -265,7 +265,7 @@ void input_manager_process_mouse_button(struct input_manager *input_manager,
}
// otherwise, send the click event to the device
}
};
}
struct control_event control_event;
if (mouse_button_from_sdl_to_android(event, input_manager->screen->frame_size, &control_event)) {
if (!controller_push_event(input_manager->controller, &control_event)) {

Loading…
Cancel
Save