Searched refs:handleKeyEvent (Results 1 – 4 of 4) sorted by relevance
19 this.$('#fileReader').addEventListener('keydown', e => this.handleKeyEvent(e));34 handleKeyEvent(event) {
60 this.fileReader.addEventListener('keydown', this.handleKeyEvent.bind(this));74 handleKeyEvent(event) { method in FileReader
141 static void handleKeyEvent(const MirKeyboardEvent* key_event, _GLFWwindow* window) in handleKeyEvent() function248 handleKeyEvent(mir_input_event_get_keyboard_event(input_event), window); in handleInput()