Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Controllers []ControllerInfo
Functions ¶
func RegisterController ¶
func RegisterController(name string, init func() (Controller, error), priority int)
Types ¶
type Controller ¶
type ControllerInfo ¶
type ControllerInfo struct { Name string Init func() (Controller, error) // contains filtered or unexported fields }
type PointerButton ¶
type PointerButton int
const ( PointerButtonLeft PointerButton = iota PointerButtonRight PointerButtonMiddle PointerButtonLimit )
type UnsupportedPlatformError ¶
type UnsupportedPlatformError struct {
Err error
}
func (*UnsupportedPlatformError) Error ¶
func (e *UnsupportedPlatformError) Error() string
func (*UnsupportedPlatformError) Unwrap ¶
func (e *UnsupportedPlatformError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.