Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plugin

This package is required to interact with any other package in this repository.

You MUST use gioplugins.Hijack() in your event-loop:

for { // Gio main event loop
+    evt := gioplugins.Hijack(window)

    switch evt := evt.(type) {
        // ...
    }
}