Home
last modified time | relevance | path

Searched refs:KC_CTRL (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_loop.cpp245 if( fsFlags & KC_CTRL ) in processEvent()
284 if( SHORT2FROMMP( mp ) & KC_CTRL ) in getMod()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Devtloop.cpp159 if((CHARMSG(pChmsg)->fs & (KC_ALT | KC_CTRL)) && CHARMSG(pChmsg)->chr != 0) in PreProcessMessage()
H A Dwindow.cpp1077 nState |= KC_CTRL; in OnIdle()
3819 rEvent.m_controlDown = ((uFlags & KC_CTRL) != 0); in InitMouseEvent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Devtloop.cpp159 if((CHARMSG(pChmsg)->fs & (KC_ALT | KC_CTRL)) && CHARMSG(pChmsg)->chr != 0) in PreProcessMessage()
H A Dwindow.cpp1077 nState |= KC_CTRL; in OnIdle()
3819 rEvent.m_controlDown = ((uFlags & KC_CTRL) != 0); in InitMouseEvent()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgspmdrv.c1210 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1216 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgspmdrv.c1210 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1216 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgspmdrv.c1193 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1199 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgspmdrv.c1205 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1211 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgspmdrv.c1193 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1199 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgspmdrv.c1193 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1199 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgspmdrv.c1193 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1199 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgspmdrv.c1205 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
1211 if (SHORT1FROMMP(mp1) & KC_CTRL) in ClientWndProc()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dos2pmcon.c1057 if ((flags & KC_CTRL) != 0) in translate_key_event()
H A Dpros2pm.c1180 CVT_USHORT (6, ((SHORT2FROMMP (mp2)) & (KC_SHIFT | KC_CTRL | KC_ALT))); in make_button_event()
H A Dos2pm.c911 if (((*flags) & (KC_CHAR | KC_CTRL | KC_ALT)) != 0) in OS2_translate_wm_char()
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dos2winp.scm232 (define-integrable KC_CTRL #x0010) unknown
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/
H A Dkva.c1075 if( i_flags & KC_CTRL ) in WndProc()
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Dos2term.scm1036 (fix:or (if (fix:= 0 (fix:and flags KC_CTRL)) #x2 #x0)
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dpmbitchx.c1305 if((SHORT1FROMMP(mp1) & KC_CTRL) && SHORT1FROMMP(mp2) == 99) in GenericWndProc()
1310 … else if ((SHORT1FROMMP(mp1) & KC_CTRL) && (SHORT1FROMMP(mp2) > 96) && (SHORT1FROMMP(mp2) < 122)) in GenericWndProc()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dpmbitchx.c1305 if((SHORT1FROMMP(mp1) & KC_CTRL) && SHORT1FROMMP(mp2) == 99) in GenericWndProc()
1310 … else if ((SHORT1FROMMP(mp1) & KC_CTRL) && (SHORT1FROMMP(mp2) > 96) && (SHORT1FROMMP(mp2) < 122)) in GenericWndProc()
/dports/editors/fte/fte/src/
H A Dg_pm.cpp942 if (flags & KC_CTRL) in ConvertKey()
1140 … USHORT fl = (USHORT)(SHORT1FROMMP((qmsg->mp1)) & (KC_ALT | KC_SHIFT | KC_CTRL | KC_KEYUP)); in FrameWndProc()
/dports/www/links/links-2.25/
H A Dpmshell.c728 …flags = (k_fsflags & KC_SHIFT ? KBD_SHIFT : 0) | (k_fsflags & KC_CTRL ? KBD_CTRL : 0) | (k_fsflags… in pm_window_proc()
/dports/math/gnuplot/gnuplot-5.4.1/src/os2/
H A Dgclient.c778 | ((usFlag & KC_CTRL) ? Mod_Ctrl : 0) in DisplayClientWndProc()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/os2/
H A Dgclient.c778 | ((usFlag & KC_CTRL) ? Mod_Ctrl : 0) in DisplayClientWndProc()

12