Update input.go

This commit is contained in:
Liam Galvin 2018-08-08 16:54:48 +00:00
parent 7e20322041
commit 367edf6ffe
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ func (gui *GUI) key(w *glfw.Window, key glfw.Key, scancode int, action glfw.Acti
switch true {
case mods&glfw.ModControl > 0:
if mods&glfw.ModAlt > 0 {
// ctrl + alt +
if mods&glfw.ModShift > 0 {
// ctrl + shift +
switch key {
case glfw.KeyV:
// todo handle both these errors