Documentation ¶
Index ¶
Constants ¶
View Source
const ( EVENT_SUSPEND = iota EVENT_RESUME EVENT_RESUME_AUTOMATIC // Because the user is not present, most applications should do nothing. )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCallback ¶ added in v0.5.0
type EventCallback = func(event int)
type EventListener ¶
func NewEventListener ¶
func NewEventListener(callback EventCallback) (EventListener, error)
Click to show internal directories.
Click to hide internal directories.