Browse Source

cocoa: fix compile error caused by faulty merge

[skip ci]
rdb 7 years ago
parent
commit
b8af5bf64f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/cocoadisplay/cocoaGraphicsWindow.mm

+ 1 - 1
panda/src/cocoadisplay/cocoaGraphicsWindow.mm

@@ -1615,7 +1615,7 @@ handle_key_event(NSEvent *event) {
         }
         }
         cocoadisplay_cat.spam(false) << "\n";
         cocoadisplay_cat.spam(false) << "\n";
       }
       }
-      _input->keystroke(c);
+      _input_devices[0].keystroke(c);
     }
     }
   }
   }