Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed May 8, 2022
1 parent 5857d7e commit 195af50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MasterWindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ func (w *MasterWindow) SetInputHandler(handler InputHandler) {
})
}

// SetAdditionalInputHandlerCallback allows to set an input callback to handle more events (not only these from giu.inputHandler)
// see examples/issue-501
// SetAdditionalInputHandlerCallback allows to set an input callback to handle more events (not only these from giu.inputHandler).
// See examples/issue-501.
func (w *MasterWindow) SetAdditionalInputHandlerCallback(cb InputHandlerHandleCallback) {
w.additionalInputCallback = cb
}

0 comments on commit 195af50

Please sign in to comment.