event

package
v0.0.0-...-9038b1f Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

event contains the wtk specific event types

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

A Type defines which kind of event is listened to.

const (
	// Click occurs when the user clicks on a View
	Click    Type = "click"
	KeyDown  Type = "keydown"
	KeyPress Type = "keypress"
	KeyUp    Type = "keyup"
	FocusOut Type = "focusout"
	FocusIn  Type = "focusin"
	Blur     Type = "blur"
)

Jump to

Keyboard shortcuts

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