bevy/examples/window
Chris Berger a8376e982e
Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386)
# Objective
Renames `Timer::finished` and `Timer::paused` to `Timer::is_finished`
and `Timer::is_paused` to align the public APIs for `Time`, `Timer`, and
`Stopwatch`.

Fixes #19110
2025-05-27 22:24:18 +00:00
..
clear_color.rs
custom_cursor_image.rs Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386) 2025-05-27 22:24:18 +00:00
custom_user_event.rs
low_power.rs
monitor_info.rs
multiple_windows.rs
scale_factor_override.rs
screenshot.rs
transparent_window.rs
window_drag_move.rs
window_resizing.rs
window_settings.rs