Home
last modified time | relevance | path

Searched refs:fwKeys (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Mouse.cpp62 if (fwKeys & MK_SHIFT) in onButtonDown()
64 if (fwKeys & MK_CONTROL) in onButtonDown()
109 if (fwKeys & MK_SHIFT) in onButtonMove()
111 if (fwKeys & MK_CONTROL) in onButtonMove()
184 if (fwKeys & MK_SHIFT) in onButtonUp()
186 if (fwKeys & MK_CONTROL) in onButtonUp()
236 if (fwKeys & MK_SHIFT) in onDoubleClick()
238 if (fwKeys & MK_CONTROL) in onDoubleClick()
277 WPARAM fwKeys, WPARAM xPos, WPARAM yPos) in onButtonWheel() argument
286 if (fwKeys & MK_SHIFT) in onButtonWheel()
[all …]
H A Dev_Win32Mouse.h44 …void onButtonDown(AV_View * pView, HWND hWnd, EV_EditMouseButton emb, WPARAM fwKeys, WPARAM xPos, …
45 …void onButtonUp (AV_View * pView, HWND hWnd, EV_EditMouseButton emb, WPARAM fwKeys, WPARAM xPos, …
46 void onButtonMove(AV_View * pView, HWND hWnd, WPARAM fwKeys, WPARAM xPos, WPARAM yPos);
47 …void onDoubleClick(AV_View * pView, HWND hWnd, EV_EditMouseButton emb, WPARAM fwKeys, WPARAM xPos,…
48 …void onButtonWheel(AV_View * pView, HWND hWnd, EV_EditMouseButton emb, WPARAM fwKeys, WPARAM xPos…
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dwin_z.c41 int fwKeys, xPos, yPos; in WZ_WndProc() local
96 fwKeys = wParam; // key flags in WZ_WndProc()
100 Z_MouseDown (xPos, yPos, fwKeys); in WZ_WndProc()
106 fwKeys = wParam; // key flags in WZ_WndProc()
110 Z_MouseUp (xPos, yPos, fwKeys); in WZ_WndProc()
111 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WZ_WndProc()
124 fwKeys = wParam; // key flags in WZ_WndProc()
128 Z_MouseMoved (xPos, yPos, fwKeys); in WZ_WndProc()
H A Dwin_cam.c38 int fwKeys, xPos, yPos; in WCam_WndProc() local
169 fwKeys = wParam; // key flags in WCam_WndProc()
173 Cam_MouseDown (xPos, yPos, fwKeys); in WCam_WndProc()
179 fwKeys = wParam; // key flags in WCam_WndProc()
183 Cam_MouseUp (xPos, yPos, fwKeys); in WCam_WndProc()
184 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WCam_WndProc()
189 fwKeys = wParam; // key flags in WCam_WndProc()
193 Cam_MouseMoved (xPos, yPos, fwKeys); in WCam_WndProc()
H A Dwin_xy.c53 int fwKeys, xPos, yPos; in WXY_WndProc() local
114 fwKeys = wParam; // key flags in WXY_WndProc()
118 XY_MouseDown (xPos, yPos, fwKeys); in WXY_WndProc()
124 fwKeys = wParam; // key flags in WXY_WndProc()
128 XY_MouseUp (xPos, yPos, fwKeys); in WXY_WndProc()
129 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WXY_WndProc()
134 fwKeys = wParam; // key flags in WXY_WndProc()
138 XY_MouseMoved (xPos, yPos, fwKeys); in WXY_WndProc()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dwin_z.c41 int fwKeys, xPos, yPos; in WZ_WndProc() local
96 fwKeys = wParam; // key flags in WZ_WndProc()
100 Z_MouseDown (xPos, yPos, fwKeys); in WZ_WndProc()
106 fwKeys = wParam; // key flags in WZ_WndProc()
110 Z_MouseUp (xPos, yPos, fwKeys); in WZ_WndProc()
111 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WZ_WndProc()
124 fwKeys = wParam; // key flags in WZ_WndProc()
128 Z_MouseMoved (xPos, yPos, fwKeys); in WZ_WndProc()
H A Dwin_cam.c38 int fwKeys, xPos, yPos; in WCam_WndProc() local
169 fwKeys = wParam; // key flags in WCam_WndProc()
173 Cam_MouseDown (xPos, yPos, fwKeys); in WCam_WndProc()
179 fwKeys = wParam; // key flags in WCam_WndProc()
183 Cam_MouseUp (xPos, yPos, fwKeys); in WCam_WndProc()
184 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WCam_WndProc()
189 fwKeys = wParam; // key flags in WCam_WndProc()
193 Cam_MouseMoved (xPos, yPos, fwKeys); in WCam_WndProc()
H A Dwin_xy.c53 int fwKeys, xPos, yPos; in WXY_WndProc() local
114 fwKeys = wParam; // key flags in WXY_WndProc()
118 XY_MouseDown (xPos, yPos, fwKeys); in WXY_WndProc()
124 fwKeys = wParam; // key flags in WXY_WndProc()
128 XY_MouseUp (xPos, yPos, fwKeys); in WXY_WndProc()
129 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in WXY_WndProc()
134 fwKeys = wParam; // key flags in WXY_WndProc()
138 XY_MouseMoved (xPos, yPos, fwKeys); in WXY_WndProc()
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/wince/base/
H A Dwincemousei.inc73 fwKeys: Integer;
95 fwKeys := wParam; {MK_LBUTTON or MK_MBUTTON or MK_RBUTTON or MK_CONTROL or MK_SHIFT}
99 LButton := (fwKeys and MK_LBUTTON) <> 0;
100 MButton := (fwKeys and MK_MBUTTON) <> 0;
101 RButton := (fwKeys and MK_RBUTTON) <> 0;
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/base/
H A Dwin32mousei.inc106 fwKeys: Integer;
131 fwKeys := Word(wParam); {MK_LBUTTON or MK_MBUTTON or MK_RBUTTON or MK_CONTROL or MK_SHIFT}
143 LButton := (fwKeys and MK_LBUTTON) <> 0;
144 MButton := (fwKeys and MK_MBUTTON) <> 0;
145 RButton := (fwKeys and MK_RBUTTON) <> 0;
146 XButton1 := (fwKeys and MK_XBUTTON1) <> 0;
147 XButton2 := (fwKeys and MK_XBUTTON2) <> 0;
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32LeftRuler.cpp125 static EV_EditModifierState s_GetEMS(WPARAM fwKeys) in s_GetEMS() argument
129 if (fwKeys & MK_SHIFT) in s_GetEMS()
131 if (fwKeys & MK_CONTROL) in s_GetEMS()
H A Dap_Win32TopRuler.cpp134 static EV_EditModifierState s_GetEMS(WPARAM fwKeys) in s_GetEMS() argument
138 if (fwKeys & MK_SHIFT) in s_GetEMS()
140 if (fwKeys & MK_CONTROL) in s_GetEMS()
/dports/games/gtkradiant/GPL/Q2Tools/texpaint/
H A Dwin_pal.c143 int fwKeys, xPos, yPos; in Palette_WndProc() local
186 fwKeys = wParam; // key flags in Palette_WndProc()
H A Dwin_skin.c476 int fwKeys, xPos, yPos; in Skin_WndProc() local
509 fwKeys = wParam; // key flags in Skin_WndProc()
521 fwKeys = wParam; // key flags in Skin_WndProc()
522 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in Skin_WndProc()
H A Dwin_cam.c190 int fwKeys, xPos, yPos; in WCam_WndProc() local
249 fwKeys = wParam; // key flags in WCam_WndProc()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/texpaint/
H A Dwin_pal.c143 int fwKeys, xPos, yPos; in Palette_WndProc() local
186 fwKeys = wParam; // key flags in Palette_WndProc()
H A Dwin_skin.c476 int fwKeys, xPos, yPos; in Skin_WndProc() local
509 fwKeys = wParam; // key flags in Skin_WndProc()
521 fwKeys = wParam; // key flags in Skin_WndProc()
522 if (! (fwKeys & (MK_LBUTTON|MK_RBUTTON|MK_MBUTTON))) in Skin_WndProc()
H A Dwin_cam.c190 int fwKeys, xPos, yPos; in WCam_WndProc() local
249 fwKeys = wParam; // key flags in WCam_WndProc()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dagtsvr.h1811 virtual HRESULT WINAPI Click(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1812 virtual HRESULT WINAPI DblClick(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1813 virtual HRESULT WINAPI DragStart(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1867 #define IAgentNotifySink_Click(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->Click(This,dwCharID,fwKeys argument
1868 #define IAgentNotifySink_DblClick(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DblClick(This,dwCharID, argument
1869 …efine IAgentNotifySink_DragStart(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragStart(This,dwCharID… argument
1870 …e IAgentNotifySink_DragComplete(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragComplete(This,dwChar… argument
1975 #define IAgentNotifySinkEx_Click(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->Click(This,dwCharID,fwKe… argument
1976 …efine IAgentNotifySinkEx_DblClick(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DblClick(This,dwCharID… argument
1977 …ine IAgentNotifySinkEx_DragStart(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragStart(This,dwCharID… argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dagtsvr.h1811 virtual HRESULT WINAPI Click(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1812 virtual HRESULT WINAPI DblClick(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1813 virtual HRESULT WINAPI DragStart(__LONG32 dwCharID,short fwKeys,__LONG32 x,__LONG32 y) = 0;
1867 #define IAgentNotifySink_Click(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->Click(This,dwCharID,fwKeys argument
1868 #define IAgentNotifySink_DblClick(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DblClick(This,dwCharID, argument
1869 …efine IAgentNotifySink_DragStart(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragStart(This,dwCharID… argument
1870 …e IAgentNotifySink_DragComplete(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragComplete(This,dwChar… argument
1975 #define IAgentNotifySinkEx_Click(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->Click(This,dwCharID,fwKe… argument
1976 …efine IAgentNotifySinkEx_DblClick(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DblClick(This,dwCharID… argument
1977 …ine IAgentNotifySinkEx_DragStart(This,dwCharID,fwKeys,x,y) (This)->lpVtbl->DragStart(This,dwCharID… argument
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A DmotifEmulator.cpp2571 #define FORWARD_WM_MOUSEWHEEL(hwnd,xPos,yPos,zDelta,fwKeys,fn) \ argument
2572 (void)(fn)((hwnd),WM_MOUSEWHEEL,MAKEWPARAM((fwKeys),(zDelta)),MAKELPARAM((xPos),(yPos)))
2575 static void on_verticalWheel (HWND window, int xPos, int yPos, int zDelta, int fwKeys) { in on_verticalWheel() argument
2585 } else FORWARD_WM_MOUSEWHEEL (window, xPos, yPos, zDelta, fwKeys, DefWindowProc); in on_verticalWheel()
2586 } else FORWARD_WM_MOUSEWHEEL (window, xPos, yPos, zDelta, fwKeys, DefWindowProc); in on_verticalWheel()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32trayicon.inc54 * fwKeys = wParam; // key flags
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32trayicon.inc54 * fwKeys = wParam; // key flags
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32trayicon.inc54 * fwKeys = wParam; // key flags
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32trayicon.inc54 * fwKeys = wParam; // key flags

12345678910