eventTouch

package
v0.0.0-...-a8ee3e7 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 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 EventTouch

type EventTouch int
const (
	// KTouchCancel
	// en: The event occurs when the touch is interrupted
	KTouchCancel EventTouch = iota

	// KTouchEnd
	// en: The event occurs when a finger is removed from a touch screen
	KTouchEnd

	// KTouchMove
	// en: The event occurs when a finger is dragged across the screen
	KTouchMove

	// KTouchStart
	// en: The event occurs when a finger is placed on a touch screen
	KTouchStart
)

func (EventTouch) String

func (el EventTouch) String() string

Jump to

Keyboard shortcuts

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