veloren_voxygen
0.16.0
MouseButton
Aliased type
Variants
Left
Middle
Other
Right
In veloren_voxygen::window
Type Alias
veloren_voxygen
::
window
::
MouseButton
Copy item path
source
·
[
−
]
pub type MouseButton = MouseButton;
Aliased Type
§
enum MouseButton { Left, Right, Middle, Other(
u16
), }
Variants
§
§
Left
§
Right
§
Middle
§
Other(
u16
)