mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comment
This commit is contained in:
parent
24b3198123
commit
2c6ea39880
@ -1,3 +1,8 @@
|
||||
//! Main (platform-specific) main loop which handles:
|
||||
//! * Input (Mouse/Keyboard)
|
||||
//! * Platform Events like suspend/resume
|
||||
//! * Render a new frame
|
||||
|
||||
use log::{error, info, trace};
|
||||
use winit::event::{ElementState, Event, KeyboardInput, VirtualKeyCode, WindowEvent};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user