Bump the stdweb version to 0.4.18 (#1049)
This removes the need to patch to a git version
This commit is contained in:
parent
fe12996382
commit
e897d70733
4 changed files with 3 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ use crate::dpi::LogicalPosition;
|
|||
use crate::event::{ModifiersState, MouseButton, MouseScrollDelta, ScanCode, VirtualKeyCode};
|
||||
|
||||
use stdweb::web::event::{IKeyboardEvent, IMouseEvent, MouseWheelDeltaMode, MouseWheelEvent};
|
||||
use stdweb::{unstable::TryInto, JsSerialize};
|
||||
use stdweb::{js, unstable::TryInto, JsSerialize};
|
||||
|
||||
pub fn mouse_button(event: &impl IMouseEvent) -> MouseButton {
|
||||
match event.button() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue