mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix inaccurate method documentation
This commit is contained in:
parent
9f8c5c4f56
commit
394b3ffd81
1 changed files with 0 additions and 2 deletions
|
@ -1019,8 +1019,6 @@ impl Mouse {
|
|||
|
||||
impl input::Processor<EventProxy, ActionContext<'_, Notifier, EventProxy>> {
|
||||
/// Handle events from glutin.
|
||||
///
|
||||
/// Doesn't take self mutably due to borrow checking.
|
||||
pub fn handle_event(&mut self, event: GlutinEvent<'_, Event>) {
|
||||
match event {
|
||||
GlutinEvent::UserEvent(Event { payload, .. }) => match payload {
|
||||
|
|
Loading…
Reference in a new issue