bevy_ui_pointer_capture_detector 0.3.1

a Bevy plugin that detects when the mouse pointer is over a UI node
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bevy_ui_pointer_capture_detector"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["bevy", "ui", "games"]
categories = ["game-development", "gui"]
description = "a Bevy plugin that detects when the mouse pointer is over a UI node"
readme = "README.md"
repository = "https://github.com/ickshonpe/bevy_ui_pointer_capture_detector"

[dependencies.bevy]
version = "0.9"