mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
chore: more descriptive comment
This commit is contained in:
parent
26dd5671d1
commit
c2f33e2dbf
@ -295,7 +295,8 @@ pub enum Event {
|
|||||||
MouseButton(MouseButton, PressState),
|
MouseButton(MouseButton, PressState),
|
||||||
/// The camera has been requested to zoom.
|
/// The camera has been requested to zoom.
|
||||||
Zoom(f32),
|
Zoom(f32),
|
||||||
/// A key that the game recognises has been pressed or released.
|
/// A key that the game recognizes has been pressed (true) or released
|
||||||
|
/// (false).
|
||||||
InputUpdate(GameInput, bool),
|
InputUpdate(GameInput, bool),
|
||||||
/// Event that the ui uses.
|
/// Event that the ui uses.
|
||||||
Ui(ui::Event),
|
Ui(ui::Event),
|
||||||
|
Loading…
Reference in New Issue
Block a user