defines

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DrawRGBBitmap8Args

type DrawRGBBitmap8Args struct {
	X, Y, W, H int16
	Data       []uint8
}

type FillRectangleArgs

type FillRectangleArgs struct {
	X, Y, Width, Height int16
	C                   color.RGBA
}

type FillScreenArgs

type FillScreenArgs struct {
	C color.RGBA
}

type GetPressedKeysRetval

type GetPressedKeysRetval struct {
	Keys []fyne.KeyName
}

type NotImpl

type NotImpl struct {
}

type SetPixelArgs

type SetPixelArgs struct {
	X, Y int16
	C    color.RGBA
}

type SizeRetval

type SizeRetval struct {
	X, Y int16
}

type UpdateArgs

type UpdateArgs struct {
	Image draw.Image
}

Jump to

Keyboard shortcuts

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