Home
last modified time | relevance | path

Searched refs:key_state (Results 1 – 25 of 647) sorted by path

12345678910>>...26

/dports/audio/snd/snd-21.2/
H A Dsnd-1.h860 void set_mark_control(chan_info *cp, mark *mp, int key_state);
1377 void key_press_callback(chan_info *ur_cp, int x, int y, int key_state, int keysym);
1378 void graph_button_press_callback(chan_info *cp, void *ev, int x, int y, int key_state, int button, …
1379 void graph_button_release_callback(chan_info *cp, int x, int y, int key_state, int button);
H A Dsnd-chn.c5154 void key_press_callback(chan_info *ncp, int x, int y, int key_state, int keysym)
5179 keyboard_command(cp, keysym, key_state);
5320 C_int_to_Xen_integer(key_state),
5327 set_mark_control(cp, mouse_mark, key_state);
5362 if (key_state & ControlMask)
5408 void graph_button_release_callback(chan_info *cp, int x, int y, int key_state, int button)
5433 C_int_to_Xen_integer(key_state),
5476 if (key_state & (ShiftMask | ControlMask | MetaMask))
5485 if (key_state & ShiftMask) ap->zx *= .5;
5486 if (key_state & ControlMask) ap->zx *= .5;
[all …]
H A Dsnd-marks.c1314 void set_mark_control(chan_info *cp, mark *mp, int key_state) in set_mark_control() argument
1316 mark_control_clicked = (key_state & ControlMask); in set_mark_control()
H A Dsnd-motif.c25765 int key_state; in graph_key_press() local
25767 key_state = ev->state; in graph_key_press()
25770 0, (key_state & ShiftMask) ? 1 : 0); in graph_key_press()
25780 int key_state; in cp_graph_key_press() local
25783 key_state = ev->state; in cp_graph_key_press()
25786 0, (key_state & ShiftMask) ? 1 : 0); in cp_graph_key_press()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/jit/
H A Dp.lua73 local key_stack, key_stack2, key_state
77 key_state = map_vmmode[vmmode] or vmmode
79 key_state = zone:get() or "(none)"
97 if key_state then
98 k1 = key_state
103 if key_stack2 then k2 = key_stack2 elseif key_state then k2 = key_state end
/dports/cad/uranium/Uranium-3ed9c4de/UM/Settings/Models/
H A DSettingPropertyProvider.py208key_state = str(self._stack.getContainer(self._store_index).getProperty(self._key, "state"))
217 … if str(old_value) == str(property_value) and key_state != "InstanceState.Calculated":
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dcommand.c2248 int button_number, key_state = 0; local
2263 key_state = 0;
2279 key_state = (((MEvent.state & (ShiftMask | ControlMask))
2287 key_state |= 1 << 6;
2294 if (key_state & 16)
2296 if (key_state & 4)
2298 if (key_state & 2)
2300 if (key_state & 32)
2308 (32 + button_number + key_state),
H A Dscreen.c3000 selection_make(Time tm, unsigned int key_state) argument
3068 if (key_state & Mod1Mask) {
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.c3388 int button_number, key_state, x = Pixel2Col(ev->x), y = Pixel2Row(ev->y); local
3403 key_state = ((ev->state & (ShiftMask | ControlMask))
3406 …(32 + button_number + (key_state << 2)), (32 + (x & 0x7f) + 1), (32 + ((x >> 7) & 0x7f) + 1), (32 …
3413 int button_number, key_state; local
3428 key_state = ((ev->state & (ShiftMask | ControlMask))
3430 …tt_printf((unsigned char *) "\033[M%c%c%c", (32 + button_number + (key_state << 2)), (32 + Pixel2C…
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_chimera.cpp1677 int key_state, val_state, iserr = 0; in to_QVariantHash() local
1680 key_obj, sipType_QString, NULL, SIP_NOT_NONE, &key_state, in to_QVariantHash()
1692 sipReleaseType(key, sipType_QString, key_state); in to_QVariantHash()
H A Dqpycore_qvariantmap.cpp44 int key_state, val_state, iserr = 0; in qpycore_toQVariantMap() local
47 key_obj, sipType_QString, NULL, SIP_NOT_NONE, &key_state, in qpycore_toQVariantMap()
59 sipReleaseType(key, sipType_QString, key_state); in qpycore_toQVariantMap()
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_chimera.cpp1677 int key_state, val_state, iserr = 0; in to_QVariantHash() local
1680 key_obj, sipType_QString, NULL, SIP_NOT_NONE, &key_state, in to_QVariantHash()
1692 sipReleaseType(key, sipType_QString, key_state); in to_QVariantHash()
H A Dqpycore_qvariantmap.cpp44 int key_state, val_state, iserr = 0; in qpycore_toQVariantMap() local
47 key_obj, sipType_QString, NULL, SIP_NOT_NONE, &key_state, in qpycore_toQVariantMap()
59 sipReleaseType(key, sipType_QString, key_state); in qpycore_toQVariantMap()
/dports/comms/unixcw/unixcw-3.5.1/src/libcw/
H A Dlibcw.c2098 int cw_notify_straight_key_event(int key_state) in cw_notify_straight_key_event() argument
2100 return cw_key_sk_notify_event_internal(&cw_key, key_state); in cw_notify_straight_key_event()
H A Dlibcw.h410 extern int cw_notify_straight_key_event(int key_state);
H A Dlibcw_key.c1218 int cw_key_sk_notify_event_internal(volatile cw_key_t *key, int key_state) in cw_key_sk_notify_event_internal() argument
1231 int rv = cw_key_sk_enqueue_symbol_internal(key, key_state); in cw_key_sk_notify_event_internal()
H A Dlibcw_key.h138 void cw_key_tk_set_value_internal(volatile cw_key_t *key, int key_state);
160 int cw_key_sk_notify_event_internal(volatile cw_key_t *key, int key_state);
/dports/comms/unixcw/unixcw-3.5.1/src/xcwcp/
H A Dapplication.cc175 void Application::libcw_keying_event_static(void *arg, int key_state) in libcw_keying_event_static() argument
190 app->receiver->handle_libcw_keying_event(t, key_state); in libcw_keying_event_static()
H A Dapplication.h181 static void libcw_keying_event_static(void *, int key_state);
182 void libcw_keying_event(int key_state);
H A Dreceiver.cc317 void Receiver::handle_libcw_keying_event(struct timeval *t, int key_state) in handle_libcw_keying_event() argument
324 if (key_state == tracked_key_state) { in handle_libcw_keying_event()
329 tracked_key_state = key_state; in handle_libcw_keying_event()
334 if (key_state && is_pending_inter_word_space) { in handle_libcw_keying_event()
351 if (key_state) { in handle_libcw_keying_event()
H A Dreceiver.h78 void handle_libcw_keying_event(struct timeval *t, int key_state);
/dports/comms/xcwcp/unixcw-3.5.1/src/libcw/
H A Dlibcw.c2098 int cw_notify_straight_key_event(int key_state) in cw_notify_straight_key_event() argument
2100 return cw_key_sk_notify_event_internal(&cw_key, key_state); in cw_notify_straight_key_event()
H A Dlibcw.h410 extern int cw_notify_straight_key_event(int key_state);
H A Dlibcw_key.c1218 int cw_key_sk_notify_event_internal(volatile cw_key_t *key, int key_state) in cw_key_sk_notify_event_internal() argument
1231 int rv = cw_key_sk_enqueue_symbol_internal(key, key_state); in cw_key_sk_notify_event_internal()
H A Dlibcw_key.h138 void cw_key_tk_set_value_internal(volatile cw_key_t *key, int key_state);
160 int cw_key_sk_notify_event_internal(volatile cw_key_t *key, int key_state);

12345678910>>...26