eventDrag

package
v0.0.0-...-81fcc2c Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventDrag

type EventDrag int
const (
	// KDrag
	// en: The event occurs when an element is being dragged
	KDrag EventDrag = iota

	// KDragEnd
	// en: The event occurs when the user has finished dragging an element
	KDragEnd

	// KDragEnter
	// en: The event occurs when the dragged element enters the drop target
	KDragEnter

	// KDragLeave
	// en: The event occurs when the dragged element leaves the drop target
	KDragLeave

	// KDragOver
	// en: The event occurs when the dragged element is over the drop target
	KDragOver

	// KDragStart
	// en: The event occurs when the user starts to drag an element
	KDragStart

	// KDrop
	// en: The event occurs when the dragged element is dropped on the drop target
	KDrop
)

func (EventDrag) String

func (el EventDrag) String() string

Jump to

Keyboard shortcuts

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