Skip to content

Update to glutin =0.22.0-alpha5, remove wasm_stub #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
132bed2
Pin to glutin =0.22.0-alpha5
iceiix Jan 5, 2020
ceface7
Update for 0.22 glutin API changes
iceiix Jan 5, 2020
d1965c4
Pass generic parameter of Event through handle_window_event
iceiix Jan 5, 2020
08c1010
hidpi_factor() replaces get_hidpi_factor()
iceiix Jan 5, 2020
9029dda
ctrl() and logo() key modifiers are now methods
iceiix Jan 5, 2020
aaf76b7
with_inner_size() replaces with_dimensions()
iceiix Jan 5, 2020
f5ad3c4
No longer need to unwrap() LogicalSize
iceiix Jan 5, 2020
121dfe9
run() replaces poll_events(), set control flow to Wait until next event
iceiix Jan 5, 2020
f1bd25f
set_cursor_grab/visible() replaces grab/hide_cursor()
iceiix Jan 5, 2020
c526a3b
Add new is_synthetic field on KeyboardEvent
iceiix Jan 5, 2020
5155405
Specify fullscreen Borderless mode
iceiix Jan 5, 2020
b37d75d
Move event from the event loop, fixes last compile error
iceiix Jan 5, 2020
98bbef9
Try using run_return
iceiix Jan 5, 2020
9088e08
Fix inverted set_cursor_visible (from hide_cursor)
iceiix Jan 5, 2020
51f4886
Try running the game loop on a new thread, but event loop on main
iceiix Jan 5, 2020
da61335
Revert "Try running the game loop on a new thread, but event loop on …
iceiix Jan 5, 2020
e07d7b6
Move game logic into event loop, fixes glutin events
iceiix Jan 5, 2020
a62ab8f
Fix modifiers deprecated warnings by destructuring only event fields …
iceiix Jan 6, 2020
8291196
Remove unnecessary mutability from events_loop
iceiix Jan 6, 2020
b52b5e0
Listen for ModifiersChanged event, fixing deprecated modifiers field
iceiix Jan 6, 2020
4c606dc
Change to stdweb for web backend, replacing web-sys
iceiix Jan 6, 2020
6b5564e
Pin to winit =0.20.0-alpha6
iceiix Jan 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading