Documentation
¶
Overview ¶
Package osevent defines operating system level events, not associated with a particular window.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KiT_Actions = kit.Enums.AddEnum(ActionsN, kit.NotBitFlag, nil)
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { oswin.EventBase // Action taken on the osevent -- what has changed. Osevent state fields // have current values. Action Actions }
osevent.Event reports an OS level event
func (*Event) OnWinFocus ¶ added in v1.2.4
type OpenFilesEvent ¶
osevent.OpenFilesEvent is for OS open files action to open given files
func (*OpenFilesEvent) Type ¶
func (ev *OpenFilesEvent) Type() oswin.EventType
Click to show internal directories.
Click to hide internal directories.