summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--area.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/area.go b/area.go
index 1c75e93..8bf1d60 100644
--- a/area.go
+++ b/area.go
@@ -79,7 +79,6 @@ type AreaHandler interface {
// The association between button numbers and physical buttons are system-defined.
// For example, on Windows, buttons 4 and 5 are mapped to what are internally referred to as "XBUTTON1" and "XBUTTON2", which often correspond to the dedicated back/forward navigation buttons on the sides of many mice.
// The examples here are NOT a guarantee as to how many buttons maximum will be available on a given system.
-// (TODO find out if there's a way to query available button count)
//
// If the user clicked on the Area to switch to the Window it is contained in from another window in the OS, the Area will receive a MouseEvent for that click.
type MouseEvent struct {