iStage

package
v0.0.0-...-651f6be Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IStage

type IStage interface {
	AddEngine(engine engine.IEngine)
	GetEngine() engine.IEngine
	AddToIndexList(id string, index int, collision func(x, y int) bool)
	RemoveFromIndexList(id string)
	IsDraggable(x, y int) string
	AddToDraw(sprite iotmaker_santa_isabel_theater_interfaces.ISpriteDraw) (string, int)
	RemoveFromDraw(id string)
	AddToCalc(f func()) (string, int)
	RemoveFromCalc(id string)
	AddToHighLatency(f func()) (string, int)
	RemoveFromHighLatency(id string)
	AddToSystem(f func()) (string, int)
	RemoveFromSystem(id string)
	CursorHide()
	CursorShow()
	SetCursorDrawFunc(function func())
	SetCursorStageId(id string)
	SetWidth(width int)
	SetHeight(height int)
	Clear()
}

Jump to

Keyboard shortcuts

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