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
7d5c526acb
commit
707230363e
@ -295,7 +295,8 @@ pub enum Event {
|
||||
MouseButton(MouseButton, PressState),
|
||||
/// The camera has been requested to zoom.
|
||||
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),
|
||||
/// Event that the ui uses.
|
||||
Ui(ui::Event),
|
||||
|
Loading…
Reference in New Issue
Block a user