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 EventListener ¶
func NewEventListener ¶
func NewEventListener(callback func(event int)) (EventListener, error)
Click to show internal directories.
Click to hide internal directories.