11 lines
103 B
Go
11 lines
103 B
Go
|
//+build !android
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
"gioui.org/io/event"
|
||
|
)
|
||
|
|
||
|
func handleEvent(e event.Event) {
|
||
|
}
|