package
Version:
v0.0.0-...-e3504ca
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
License: MIT, Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package event contains types for event handling.
Op declares a tag for input routing at the current transformation
and clip area hierarchy. It panics if tag is nil.
type Event interface {
ImplementsEvent()
}
Event is the marker interface for events.
type Filter interface {
ImplementsFilter()
}
Filter represents a filter for Event types.
Tag is the stable identifier for an event handler.
For a handler h, the tag is typically &h.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.