veloren_
voxygen
0.17.0
Mouse
Button
Aliased Type
Variants
Left
Middle
Other
Right
In veloren_
voxygen::
window
veloren_voxygen
::
window
Type Alias
MouseButton
Copy item path
Source
pub type MouseButton = MouseButton;
Aliased Type
§
enum MouseButton { Left, Right, Middle, Other(
u16
), }
Variants
§
§
Left
§
Right
§
Middle
§
Other(
u16
)