Skip to content
Snippets Groups Projects
Commit fbcc4f8b authored by MrGVSV's avatar MrGVSV
Browse files

Made fields public

parent 8469e48c
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ impl Default for PointerEvents {
#[derive(Default, Debug, Copy, Clone, PartialEq)]
pub struct CursorEvent {
pub(crate) pressed: bool,
pub(crate) just_pressed: bool,
pub(crate) just_released: bool,
pub(crate) position: (f32, f32)
pub pressed: bool,
pub just_pressed: bool,
pub just_released: bool,
pub position: (f32, f32)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment