Home
last modified time | relevance | path

Searched refs:event_up (Results 1 – 23 of 23) sorted by relevance

/dports/security/ridl/ridl-11b3240/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/allegro5/
H A DKeyboardHandleriOS.m50 ALLEGRO_EVENT *event_up = (ALLEGRO_EVENT*)calloc(1, sizeof(ALLEGRO_EVENT));
55 event_up->type = ALLEGRO_EVENT_KEY_UP;
56 event_up->keyboard.display = current_display;
57 event_up->keyboard.keycode = ALLEGRO_KEY_BACKSPACE;
59 al_emit_user_event(event_source, event_up, NULL);
62 free(event_up);
84 event_up->type = ALLEGRO_EVENT_KEY_UP;
85 event_up->keyboard.display = current_display;
86 event_up->keyboard.keycode = ALLEGRO_KEY_ENTER;
88 al_emit_user_event(event_source, event_up, NULL);
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/subprojects/wf-touch/test/
H A Daction_test.cpp48 gesture_event_t event_up; variable
49 event_up.type = EVENT_TYPE_TOUCH_UP;
50 event_up.time = 150;
55 CHECK(touch_up.update_state(state, event_up) == ACTION_STATUS_RUNNING);
59 CHECK(touch_up.update_state(state, event_up) == ACTION_STATUS_COMPLETED);
65 CHECK(touch_up.update_state(state, event_up) == ACTION_STATUS_CANCELLED);
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dcpu_pm.c34 static int cpu_pm_notify_robust(enum cpu_pm_event event_up, enum cpu_pm_event event_down) in cpu_pm_notify_robust() argument
39 ret = atomic_notifier_call_chain_robust(&cpu_pm_notifier_chain, event_up, event_down, NULL); in cpu_pm_notify_robust()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dcpu_pm.c34 static int cpu_pm_notify_robust(enum cpu_pm_event event_up, enum cpu_pm_event event_down) in cpu_pm_notify_robust() argument
39 ret = atomic_notifier_call_chain_robust(&cpu_pm_notifier_chain, event_up, event_down, NULL); in cpu_pm_notify_robust()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dcpu_pm.c34 static int cpu_pm_notify_robust(enum cpu_pm_event event_up, enum cpu_pm_event event_down) in cpu_pm_notify_robust() argument
39 ret = atomic_notifier_call_chain_robust(&cpu_pm_notifier_chain, event_up, event_down, NULL); in cpu_pm_notify_robust()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/tests/editors/
H A Dtest_image_enum_editor.py60 event_up = wx.MouseEvent(wx.EVT_LEFT_UP.typeId)
61 event_up.SetX(0)
62 event_up.SetY(0)
63 wx.PostEvent(image_control, event_up)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.h45 u32 event_up; member
H A Dsunvnet.c186 data[i++] = port->stats.event_up; in vnet_get_ethtool_stats()
H A Dsunvnet_common.c829 port->stats.event_up++; in vnet_event_napi()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.h45 u32 event_up; member
H A Dsunvnet.c186 data[i++] = port->stats.event_up; in vnet_get_ethtool_stats()
H A Dsunvnet_common.c829 port->stats.event_up++; in vnet_event_napi()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.h45 u32 event_up; member
H A Dsunvnet.c186 data[i++] = port->stats.event_up; in vnet_get_ethtool_stats()
H A Dsunvnet_common.c829 port->stats.event_up++; in vnet_event_napi()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Devent_sender.cc1667 WebKeyboardEvent event_up = event_down; in KeyDown() local
1668 event_up.SetType(WebInputEvent::Type::kKeyUp); in KeyDown()
1700 WebKeyboardEvent event_char = event_up; in KeyDown()
1705 HandleInputEventOnViewOrPopup(event_up); in KeyDown()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/cmdlang/
H A Dcmdlang.c2439 event_up(ipmi_cmdlang_t *cmdlang) in event_up() function
2553 cmdinfo->cmdlang->up = event_up; in ipmi_cmdlang_alloc_event_info()