pointer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package pointer provides examples of how to use the matcha/pointer package.

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() *ButtonChildView

func (*ButtonChildView) Build

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

type PressChildView

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

func NewPressChildView

func NewPressChildView() *PressChildView

func (*PressChildView) Build

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

type TapChildView

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

func NewTapChildView

func NewTapChildView() *TapChildView

func (*TapChildView) Build

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

type TouchView

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

func NewTouchView

func NewTouchView() *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