Searched refs:pressed (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_ps2.c90 keyboard_key_event_t ev_none = { .vkey = -1, .pressed = false };
113 keyboard_key_event_t ev = { .vkey = VK_PAUSE, .pressed = true };
133 keyboard_key_event_t ev = { .vkey = vkey, .pressed = false };
139 keyboard_key_event_t ev = { .vkey = vkey, .pressed = true };
241 keyboard_key_event_t ev = { .vkey = -1, .pressed = false };
250 keyboard_key_event_t ev = { .vkey = -1, .pressed = false };
H A Dkeyboard_chardev.c34 return keycode_process_vkey_event_to_char(&kc_state, ev.vkey, ev.pressed, NULL);
H A Dkeyboard_ps2.h53 bool pressed; member in struct:keyboard_key_event
H A Dkeyboard_vkey.h37 /* Optional callback, called when a vkey has been pressed or released. */
38 void (*handle_keyevent_callback)(int16_t vkey, bool pressed, void *cookie);
338 void (*handle_keyevent_callback)(int16_t vkey, bool pressed, void *cookie),
353 keycode_info_t *keycode_process_vkey_event(keycode_state_t *s, int32_t vkey, bool pressed,
356 int16_t keycode_process_vkey_event_to_char(keycode_state_t *s, int32_t vkey, bool pressed,
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_ps2.c90 keyboard_key_event_t ev_none = { .vkey = -1, .pressed = false };
113 keyboard_key_event_t ev = { .vkey = VK_PAUSE, .pressed = true };
133 keyboard_key_event_t ev = { .vkey = vkey, .pressed = false };
139 keyboard_key_event_t ev = { .vkey = vkey, .pressed = true };
241 keyboard_key_event_t ev = { .vkey = -1, .pressed = false };
250 keyboard_key_event_t ev = { .vkey = -1, .pressed = false };
H A Dkeyboard_chardev.c34 return keycode_process_vkey_event_to_char(&kc_state, ev.vkey, ev.pressed, NULL);
H A Dkeyboard_ps2.h53 bool pressed; member in struct:keyboard_key_event
H A Dkeyboard_vkey.h37 /* Optional callback, called when a vkey has been pressed or released. */
38 void (*handle_keyevent_callback)(int16_t vkey, bool pressed, void *cookie);
338 void (*handle_keyevent_callback)(int16_t vkey, bool pressed, void *cookie),
353 keycode_info_t *keycode_process_vkey_event(keycode_state_t *s, int32_t vkey, bool pressed,
356 int16_t keycode_process_vkey_event_to_char(keycode_state_t *s, int32_t vkey, bool pressed,
/seL4-refos-master/libs/libvterm/src/
H A Dstate.c369 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) argument
380 if(!pressed)
391 if(!pressed)
404 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm');
408 if(!pressed)
417 static void mousefunc(int col, int row, int button, int pressed, int modifiers, void *data) argument
429 if(pressed)
441 output_mouse(state, button-1, pressed, modifiers, col, row);
444 output_mouse(state, button-4 + 0x40, pressed, modifiers, col, row);
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c369 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) argument
380 if(!pressed)
391 if(!pressed)
404 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm');
408 if(!pressed)
417 static void mousefunc(int col, int row, int button, int pressed, int modifiers, void *data) argument
429 if(pressed)
441 output_mouse(state, button-1, pressed, modifiers, col, row);
444 output_mouse(state, button-4 + 0x40, pressed, modifiers, col, row);
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h127 typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifiers, void *data);
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h127 typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifiers, void *data);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h585 int pressed; member in class:NetHackQtMenuWindow
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h585 int pressed; member in class:NetHackQtMenuWindow
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex970 \nd If your keyboard has a meta key (which, when pressed in combination
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex970 \nd If your keyboard has a meta key (which, when pressed in combination

Completed in 161 milliseconds