Module types

Module types 

Source
Expand description

Core type definitions for mouse buttons and platforms Core type definitions for mouse input handling

This module contains the fundamental types used throughout the crate, including button definitions, event types, and platform identifiers.

Re-exports§

pub use button::Button;
pub use code_mapper::CodeMapper;
pub use event::MouseEvent;
pub use event::ScrollDirection;
pub use platform::Platform;

Modules§

button
Mouse button enumeration and related functionality
code_mapper
Trait definition for code mapping between buttons and platform-specific codes
event
Mouse event types and scroll direction definitions
platform
Platform identifiers for cross-platform compatibility Platform enumeration for cross-platform support