event

package
v0.0.0-...-8297250 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Type Type

	X uint16
	Y uint16

	DragX uint16
	DragY uint16
}

type Type

type Type byte
const (
	None       Type = 0
	Invalidate Type = 1
	Update     Type = 2
	Click      Type = 4
	Drag       Type = 8
	DragEnd    Type = 16
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL