Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Position pi.Position MovementDelta pi.Position // mouse movement delta since the last frame )
Functions ¶
func ButtonDebugTarget ¶
func ButtonDebugTarget() pievent.Target[EventButton]
func ButtonTarget ¶
func ButtonTarget() pievent.Target[EventButton]
func MoveDebugTarget ¶
func MoveTarget ¶
Types ¶
type EventButton ¶
type EventButton struct { Type EventButtonType Button Button }
type EventButtonType ¶
type EventButtonType string
const ( EventButtonUp EventButtonType = "up" EventButtonDown EventButtonType = "down" )
Click to show internal directories.
Click to hide internal directories.