touch

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ButtonChildView

type ButtonChildView struct {
	view.Embed
	OnTouch func()
}

func NewButtonChildView

func NewButtonChildView(ctx *view.Context, key string) *ButtonChildView

func (*ButtonChildView) Build

func (v *ButtonChildView) Build(ctx *view.Context) view.Model

type PressChildView

type PressChildView struct {
	view.Embed
	OnPress func()
}

func NewPressChildView

func NewPressChildView(ctx *view.Context, key string) *PressChildView

func (*PressChildView) Build

func (v *PressChildView) Build(ctx *view.Context) view.Model

type TouchChildView

type TouchChildView struct {
	view.Embed
	OnTouch func()
}

func NewTouchChildView

func NewTouchChildView(ctx *view.Context, key string) *TouchChildView

func (*TouchChildView) Build

func (v *TouchChildView) Build(ctx *view.Context) view.Model

type TouchView

type TouchView struct {
	view.Embed
	// contains filtered or unexported fields
}

func New

func New(ctx *view.Context, key string) *TouchView

func (*TouchView) Build

func (v *TouchView) Build(ctx *view.Context) view.Model

Jump to

Keyboard shortcuts

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