Crate bevy_window_utils

Source

Structs§

TaskbarProgress
Struct for taskbar progress. Requires taskbar feature. Provides useful interface from COM: https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-itaskbarlist3
WindowUtils
Main resource with access to additional exposed things from winit.
WindowUtilsPlugin
A Plugin that defines an interface for extended windowing support in Bevy. You can initialize window icon here. Adds barely exposed things to bevy like setting window icons, taskbar progress, or other winit/winsafe options.

Enums§

TaskbarState
Sets the type and state of the progress indicator displayed on a taskbar button. Note that a call to SetProgressValue should switch a progress indicator currently in an indeterminate mode (TBPF_INDETERMINATE) to a normal (determinate) display and clear the TBPF_INDETERMINATE flag, but is overwritten with state change, so it needs manual change.