@ -0,0 +1,11 @@
package application
type Event interface { }
type EventPress Button
type EventRelease Button
type EventResize struct { }
type EventMouseMove struct {
X int
Y int
}
The note is not visible to the blocked user.