Add events todo
This commit is contained in:
parent
37774fb3e3
commit
deb6ddb2fe
|
|
@ -7,6 +7,8 @@ use bevy_mod_picking::events::{Click, Pointer};
|
||||||
use dioxus::html::MouseData;
|
use dioxus::html::MouseData;
|
||||||
use std::{any::Any, rc::Rc};
|
use std::{any::Any, rc::Rc};
|
||||||
|
|
||||||
|
// TODO: Other events
|
||||||
|
|
||||||
#[derive(Resource, Default)]
|
#[derive(Resource, Default)]
|
||||||
pub struct EventReaders {
|
pub struct EventReaders {
|
||||||
clicks: ManualEventReader<Pointer<Click>>,
|
clicks: ManualEventReader<Pointer<Click>>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue