Documentation ¶
Index ¶
Constants ¶
View Source
const BothClick = 2
Click of both the primary and secondary button
View Source
const PrimaryClick = 0
Click of the primary button
View Source
const SecondaryClick = 1
Click of the secondary button
View Source
const StateLoss = 2
A game that has ended on a loss
View Source
const StateOnGoing = 0
A game that is on going
View Source
const StateWin = 1
A game that has ended on a win
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configs ¶
type Configs struct {
SizeOptions map[string]SizeOption `json:"SizeOptions"`
}
type SizeOption ¶
Click to show internal directories.
Click to hide internal directories.