Add proper and reliable (i hope) support for modifier keys
This commit is contained in:
@@ -32,7 +32,7 @@ func main () {
|
||||
if err != nil { panic(err) }
|
||||
}
|
||||
|
||||
func onPress (button stone.Button) {
|
||||
func onPress (button stone.Button, modifiers stone.Modifiers) {
|
||||
println("press", button)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user