bevy/examples/ui
Jer b3e45b75d6 Expose set_cursor_hittest() from winit (#6664)
# Objective

- Bevy should be usable to create 'overlay' type apps, where the input is not captured by Bevy, but passed down/into a target app, or to allow passive displays/widgets etc.
 
## Solution

- the `winit:🪟:Window` already has a `set_cursor_hittest()` which basically does this for mouse input events, so I've exposed it (trying to copy the style laid out in the existing wrappings, and added a simple demo.

---

## Changelog

- Added `hittest` to `WindowAttributes`
- Added the `hittest`'s setters/getters
- Modified the `WindowBuilder`
- Modifed the `WindowDescriptor`'s `Default` impl.
- Added an example `cargo run --example fallthrough`
2022-11-21 12:59:10 +00:00
..
button.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
font_atlas_debug.rs Rename Handle::as_weak() to cast_weak() (#5321) 2022-10-28 22:43:14 +00:00
text_debug.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
text.rs Add Exponential Moving Average into diagnostics (#4992) 2022-10-24 13:46:37 +00:00
transparency_ui.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
ui_scaling.rs UI scaling fix (#6479) 2022-11-05 13:51:12 +00:00
ui.rs Fixes scroll example after inverting UI Y axis (#6290) 2022-10-18 13:28:35 +00:00
window_fallthrough.rs Expose set_cursor_hittest() from winit (#6664) 2022-11-21 12:59:10 +00:00
z_index.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00