package
1.0.1
Repository: https://github.com/codeation/impress.git
Documentation: pkg.go.dev

# Functions

NewMenu returns a new menu action event.

# Constants

ButtonActionDouble represents a double-click action.
ButtonActionPress represents a button press action.
ButtonActionRelease represents a button release action.
ButtonActionTriple represents a triple-click action.
ButtonLeft represents the left mouse button.
ButtonMiddle represents the middle mouse button.
ButtonRight represents the right mouse button.
ButtonType represents a mouse button event type.
ClipboardType represents a clipboard event type.
ConfigureType represents a window configuration event type.
GeneralType represents a general event type.
KeyboardType represents a keyboard event type.
MenuType represents a menu action event type.
MotionType represents a mouse motion event type.
ScrollDown represents scrolling down.
ScrollLeft represents scrolling left.
ScrollRight represents scrolling right.
ScrollSmooth represents smooth scrolling.
ScrollType represents a scroll event type.
ScrollUp represents scrolling up.

# Variables

DestroyEvent represents a destroy event.
Predefined keyboard events.
Platform specified keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Platform specified keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Platform specified keyboard events.
Predefined keyboard events.
Platform specified keyboard events.
Predefined keyboard events.
Predefined keyboard events.
Predefined keyboard events.
UnknownEvent represents an unknown event.

# Structs

Button represents a mouse button event.
Clipboard represents an event with clipboard data.
Configure represents a window configuration event.
General represents a general-purpose notification event.
Keyboard represents a keyboard event.
Menu represents a menu action event.
Motion represents a mouse motion event.
Scroll represents a scroll event.

# Interfaces

Eventer is the interface that groups GUI events.