MCPcopy Create free account
hub / github.com/PerroEngine/Perro / set_mouse_mode

Method set_mouse_mode

perro_source/render_stack/perro_app/src/winit_runner.rs:849–871  ·  view source on GitHub ↗
(&mut self, mode: MouseMode)

Source from the content-addressed store, hash-verified

847 draw_gpu_encode_main: Duration,
848 draw_gpu_submit_main: Duration,
849 draw_gpu_submit_finish_main: Duration,
850 draw_gpu_submit_queue_main: Duration,
851 draw_gpu_post_process: Duration,
852 draw_gpu_accessibility: Duration,
853 draw_gpu_present: Duration,
854 draw_calls_2d: u64,
855 draw_calls_3d: u64,
856 draw_calls_total: u64,
857 sprite_batches_2d: u64,
858 sprite_bind_group_switches_2d: u64,
859 draw_batches_3d: u64,
860 pipeline_switches_3d: u64,
861 texture_bind_group_switches_3d: u64,
862 draw_instances_3d: u64,
863 draw_material_refs_3d: u64,
864 skip_prepare_2d: u64,
865 skip_render_3d: u64,
866 skip_prepare_3d: u64,
867 skip_prepare_particles_3d: u64,
868 skip_prepare_3d_frustum: u64,
869 skip_prepare_3d_hiz: u64,
870 skip_prepare_3d_indirect: u64,
871 skip_prepare_3d_cull_inputs: u64,
872 present_drain_events: Duration,
873 present_apply_events: Duration,
874 sim_delta_seconds: f64,

Callers 3

resumedMethod · 0.45
window_eventMethod · 0.45

Calls 5

center_cursorFunction · 0.85
reset_cursor_positionMethod · 0.80
as_refMethod · 0.45
set_mouse_mode_stateMethod · 0.45
clear_mouse_deltaMethod · 0.45

Tested by

no test coverage detected