Home
last modified time | relevance | path

Searched refs:lLastX (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dwinraw_input.c355 state->lLastX = (LONG)(wr->view_abs_ratio_x * state->lLastX); in winraw_update_mouse_state()
357 InterlockedExchangeAdd(&mouse->dlt_x, state->lLastX - mouse->x); in winraw_update_mouse_state()
359 mouse->x = state->lLastX; in winraw_update_mouse_state()
365 else if (state->lLastX || state->lLastY) in winraw_update_mouse_state()
367 InterlockedExchangeAdd(&mouse->dlt_x, state->lLastX); in winraw_update_mouse_state()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/windows/
H A Dtwinrawinput32.pp39 DoCheckOffset('RAWMOUSE'+'.'+'lLastX', SizeUInt(@(PRAWMOUSE (nil)^. lLastX )), 12 ) ;
H A Dtwinrawinput64.pp39 DoCheckOffset('RAWMOUSE'+'.'+'lLastX', SizeUInt(@(PRAWMOUSE (nil)^. lLastX )), 12 ) ;
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/window/win32/
H A D__init__.py795 if rmouse.lLastX != 0 or rmouse.lLastY != 0:
801 rmouse.lLastX, -rmouse.lLastY,
806 rmouse.lLastX, -rmouse.lLastY)
809 self._exclusive_mouse_lpos = rmouse.lLastX, rmouse.lLastY
811 rel_x = rmouse.lLastX - last_x
817 rmouse.lLastX, -rmouse.lLastY,
823 self._exclusive_mouse_lpos = rmouse.lLastX, rmouse.lLastY
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/window/win32/
H A D__init__.py881 if rmouse.lLastX != 0 or rmouse.lLastY != 0:
887 rmouse.lLastX, -rmouse.lLastY,
892 rmouse.lLastX, -rmouse.lLastY)
895 self._exclusive_mouse_lpos = rmouse.lLastX, rmouse.lLastY
897 rel_x = rmouse.lLastX - last_x
903 rmouse.lLastX, -rmouse.lLastY,
909 self._exclusive_mouse_lpos = rmouse.lLastX, rmouse.lLastY
/dports/emulators/fs-uae/fs-uae-3.1.35/manymouse/
H A Dwindows_wminput.c252 event.value = mouse->lLastX; in queue_from_rawinput()
262 if (mouse->lLastX != 0) in queue_from_rawinput()
265 event.value = mouse->lLastX; in queue_from_rawinput()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsevents.c509 … SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
514 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
518 …SDL_SendMouseMotion(data->window, 0, 1, (int)(rawmouse->lLastX-initialMousePoint.x), (int)(rawmous… in WIN_WindowProc()
520 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsevents.c509 … SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
514 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
518 …SDL_SendMouseMotion(data->window, 0, 1, (int)(rawmouse->lLastX-initialMousePoint.x), (int)(rawmous… in WIN_WindowProc()
520 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsevents.c523 … SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
528 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
532 …SDL_SendMouseMotion(data->window, 0, 1, (int)(rawmouse->lLastX-initialMousePoint.x), (int)(rawmous… in WIN_WindowProc()
534 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas987 i, lLastX, j: Integer;
1018 lLastX := MaxInt;
1020 if fFoldColorInfos[i].PhysX > lLastX then begin
1026 lLastX := fFoldColorInfos[i].PhysX;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas987 i, lLastX, j: Integer;
1018 lLastX := MaxInt;
1020 if fFoldColorInfos[i].PhysX > lLastX then begin
1026 lLastX := fFoldColorInfos[i].PhysX;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas984 i, lLastX, j: Integer;
1015 lLastX := MaxInt;
1017 if fFoldColorInfos[i].PhysX > lLastX then begin
1023 lLastX := fFoldColorInfos[i].PhysX;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas984 i, lLastX, j: Integer;
1015 lLastX := MaxInt;
1017 if fFoldColorInfos[i].PhysX > lLastX then begin
1023 lLastX := fFoldColorInfos[i].PhysX;
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsevents.c542 … SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
547 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
551 …SDL_SendMouseMotion(data->window, 0, 1, (int)(rawmouse->lLastX-initialMousePoint.x), (int)(rawmous… in WIN_WindowProc()
553 initialMousePoint.x = rawmouse->lLastX; in WIN_WindowProc()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/ml/
H A Dwindows.c271 if (raw_mouse->lLastX != 0 || raw_mouse->lLastY != 0) {
274 event->mouse.dx = raw_mouse->lLastX;
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/native/raw/
H A Dnet_java_games_input_RawInputEventQueue.c30 (jlong)data->data.mouse.lLastX, in handleMouseEvent()
/dports/games/odamex/odamex-src-0.7.0/client/sdl/
H A Di_input.cpp960 event->data2 += mouse->lLastX - prevx; in END_COMMAND()
964 prevx = mouse->lLastX; in END_COMMAND()
971 event->data2 += mouse->lLastX; in END_COMMAND()
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_mouse.cpp629 int x = m_noprescale ? raw->data.mouse.lLastX : raw->data.mouse.lLastX << 2; in ProcessRawInput()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Drawinput.cpp30 g_mousePos.x += rmouse->lLastX; in RI_ProcessMouse()
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsevents.c791 … SDL_SendMouseMotion(data->window, mouseID, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
792 } else if (rawmouse->lLastX || rawmouse->lLastY) { in WIN_WindowProc()
808 …x = normalized_coordinates ? (int)(((float)rawmouse->lLastX / 65535.0f) * w) : (int)rawmouse->lLas… in WIN_WindowProc()
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsevents.c791 … SDL_SendMouseMotion(data->window, mouseID, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
792 } else if (rawmouse->lLastX || rawmouse->lLastY) { in WIN_WindowProc()
808 …x = normalized_coordinates ? (int)(((float)rawmouse->lLastX / 65535.0f) * w) : (int)rawmouse->lLas… in WIN_WindowProc()
/dports/emulators/mess/mame-mame0226/src/osd/modules/input/
H A Dinput_rawinput.cpp371 mouse.lX += rawinput.data.mouse.lLastX * INPUT_RELATIVE_PER_PIXEL; in process_event()
429 lightgun.lX = normalize_absolute_axis(rawinput.data.mouse.lLastX, 0, INPUT_ABSOLUTE_MAX); in process_event()
/dports/emulators/mame/mame-mame0226/src/osd/modules/input/
H A Dinput_rawinput.cpp371 mouse.lX += rawinput.data.mouse.lLastX * INPUT_RELATIVE_PER_PIXEL; in process_event()
429 lightgun.lX = normalize_absolute_axis(rawinput.data.mouse.lLastX, 0, INPUT_ABSOLUTE_MAX); in process_event()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Input/
H A Dmod.rs180 pub lLastX: i32, field
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DRawInput.cpp320 g_mouseDeltaX += raw->data.mouse.lLastX;

1234567891011