mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Remove invalid controls
This commit is contained in:
parent
9c910a1ed4
commit
b762b33fd0
@ -7,10 +7,6 @@ use crate::render::state::State;
|
||||
|
||||
pub async fn setup(window: winit::window::Window, event_loop: EventLoop<()>) {
|
||||
info!("== mapr ==");
|
||||
info!("Controls:");
|
||||
info!(" Arrow keys: scrolling");
|
||||
info!(" PgUp/PgDown: zoom in/out");
|
||||
info!(" a/z: increase/decrease the stroke width");
|
||||
|
||||
let mut state = State::new(&window).await;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user