search for: rawinput

Displaying 14 results from an estimated 14 matches for "rawinput".

2008 Sep 12
4
reading in results from system(). There must be an easier way...
...When R reads the results in it converts it to to a list of strings which I then have to maniuplate with a whole slew of commands (which, figuring out how to do was a reall challenge for a newbie like myself)--see below. Here's the code I'm using. COMMAND runs the external program. rawInput= system(COMMAND,intern=TRUE);##read in tsv values rawInput = strsplit(rawInput, split="\t");##split elements w/in the list ##of character strings by "\t" rawInput = unlist(rawInput); ##unlist, making it one long vector mode(rawInput)="double"...
2011 Apr 16
2
How to get RawInput support in 1.3.18
...ort of RawDeviceInput through the XInput2. I've verified that when I configured my build, it found X11/extensions/XInput2.h, but programs that use RawDeviceInput for mouse movement still seems to require source patches to work. Did I do something wrong when building wine or is the support for RawInput in progress, or have I totally misunderstood the changelog?
2011 Jun 16
1
Fwd: varimp_in_party_package
> > Hello everyone, > > I use the following command lines to get important variable from training > dataset. > > > data.controls <- cforest_unbiased(ntree=500, mtry=3) > data.cforest <- cforest(V1~.,data=rawinput,controls=data.controls) > data.cforest.varimp <- varimp(data.cforest, conditional = TRUE) > > I got error: "Error in model.matrix.default(as.formula(f),data = blocks): > term 1 would require 4e+17 columns" > there is a factor with (too) many levels in your data frame `...
2020 Jul 03
0
Wine release 5.12
The Wine development release 5.12 is now available. What's new in this release (see below for details): - NTDLL converted to PE format. - Support for the WebSocket API. - Improved RawInput support. - Vulkan spec update. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.12.tar.xz http://mirrors.ibiblio.org/wine/source/5.x/wine-5.12.tar.xz Binary packages for various distributions will be available from:...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...0x0200 +#define RI_MOUSE_WHEEL 0x0400 +#define RIDEV_INPUTSINK 0x00000100 +#define MOUSE_DEVICE_HANDLE (HANDLE)0x1337 + /*********************************************************************** * get_key_state */ @@ -384,10 +425,66 @@ UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT /****************************************************************** * RegisterRawInputDevices (USER32.@) */ -BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize) +BOOL WIN...
2011 Sep 19
6
Mouse not working in Hellgate
Ok, I've been a little bit all over with this. I'm running Ubuntu 11.04 64bit (kernel 2.6.38.11) and GNOME 2.32.1. I have Wine 1.3.28 installed and Hellgate is installed and runs well, except the mouse does not work. I've seen various patches, but I'm unsure as to how to install them, and I've also seen where someone said that this bug should be fixed if Wine is fully updated
2010 Apr 17
1
Alien vs. Predator Classic 2000 - Mouse doesn't working
Hi I have only one but BIG problem with this game. Mouse just doesn't working i don't know why i tried to change MouseWrapOverride to enable/disable/force and nothing helped. But sometimes when i lunch game i can see the mouse cursor somewhere in the game window and it doesn't moves the game just block it in one place. Of course i tried few things like run game in window/fullscreen
2020 Aug 14
0
Wine release 5.15
...ew FAudioCreateReverb9 interface. ntdll/tests: Fix w2008 debugger test results. ntdll/tests: Add broken FltSave results for w2008 / w8. ntdll/tests: Run RtlRaiseException tests on x86_64. wbemprox: Use empty strings instead of NULL. user32/tests: Add basic GetRegisteredRawInputDevices tests. user32: Implement GetRegisteredRawInputDevices. dinput8/tests: Add DISCL_EXCLUSIVE / rawinput test. dinput8: Add support for rawinput based devices. dinput8: Use rawinput interface for mouse device. dinput8: Stop using LL hooks for mouse devices. Serge G...
2012 Sep 14
0
Wine release 1.5.13
...obe CS4 installers can not be closed with the X button 19572 Adobe CS4 installer's Quit window has no buttons most of the time 19598 Adobe Bridge CS4 causes a page fault 19600 Adobe Updater 6 crashes when clicking on "Show Details" 20395 Mouse / keyboard input not handled (RawInput) 20436 Toolbars in Photoshop CS3 do not render correctly with wine's gdiplus 21302 RVTMod7: Exception STATUS_ACCESS_VIOLATION 21447 Monopolie 0.9.7 does not run 21650 Crash in Ultima Online Stygian Abyss Installer 21947 IE7 for XP installer crashes in setupapi 21963 Maya 2010:...
2018 Aug 31
0
Wine release 3.15
...removed. winedbg/gdbproxy: Silence some noisy debug messages. setupapi: Only delete unregistered device interfaces when deleting a device. msi: Don't assume that WoW64 redirection is enabled in custom_start_server(). include: Fix definition of RAWHID. user32: Move rawinput functions to rawinput.c. user32: Trace command in hexadecimal in GetRawDeviceInfo(). user32: Return HID devices in GetRawInputDeviceList(). user32: Return RIDI_DEVICEINFO for HID devices from GetRawInputDeviceInfo(). user32: Return RIDI_DEVICENAME for HID devices from GetRaw...
2018 Mar 16
0
Wine release 3.4
...er-keyboard-l1-3-0: Add dll. ext-ms-win-ntuser-misc-l1-5-1: Add dll. ext-ms-win-dwmapi-ext-l1-1-0: Add dll. ext-ms-win-ntuser-private-l1-3-1: Add dll. ext-ms-win-ntuser-window-l1-1-4: Add dll. ext-ms-win-rtcore-ntuser-dpi-l1-2-0: Add dll. ext-ms-win-rtcore-ntuser-rawinput-l1-1-0: Add dll. dmime: Fix misplaced parenthesis. Anton Romanov (5): wmp: Add semistub IWMPSettings invokeURLs, enableErrorDialogs and autoStart properties implementation. wmp: Add IWMPMedia stub. wmp: Add IWMPNetwork stub. wmp: Implement IWMPPlayer_get_URL and IWMPM...
2019 Nov 15
0
Wine release 4.20
...er GUID_IDirectMusicStyle. dmstyle: Free list when Style track is destroyed. dmime: Free list when Tempo track is destroyed. dmime: Free list when SegTrigger track is destroyed. Andrew Eikum (4): hid: Move preparsed data definition to global header. user32/tests: Move rawinput tests into input.c. user32: Clean up GetRawInputDeviceInfo. user32: Support RIDI_PREPARSEDDATA in GetRawInputDeviceInfo. Andrew Sheldon (1): wined3d: Add Navi 10 PCI id and device description. Biswapriyo Nath (1): include/netfw: Add INetFwRule2 and INetFwRule3 interfaces....
2020 Jul 17
0
Wine release 5.13
...more complete window style checks. d3d9/tests: Check device window rect after reset. d3d9/tests: Add more visibility tests. ddraw: Use the WINED3D_SWAPCHAIN_NO_WINDOW_CHANGES flag. d3d9: Use WINED3D_SWAPCHAIN_RESTORE_WINDOW_STATE if extended. user32/tests: Add more GetRawInputData tests. user32: Use WM_INPUT message hw_id as RAWINPUT handle. mmdevapi: Support new AUDCLNT_* creation flags. dxgi: Implement IDXGIOutput5 and IDXGIOutput6 stubs. dxgi: Implement IDXGISwapChain4 stub. Serge Gautherie (6): msvcrt: Fix ldiv() return type. msvc...
2012 Oct 26
0
Wine release 1.5.16
...N Online Installer complains Javascript not supported 31576 XLN Online Installer with native IE7 can't log in 31673 SimRaceway Update Service hangs after CommitUrlCacheEntryInternal 31794 XCOM: Enemy Unknown demo needs KERNEL32.dll.GetFileInformationByHandleEx 31813 Jamestown input (rawinput) still doesn't work 31831 WinUAE cannot find any raw input devices (GetRawInputDeviceList stub) 31835 iexplore: endless fixme:mshtml:HTMLFrameBase_put_name on radio monaco 31875 poor error output of cmd when trying to execute a non exist program 31925 Project Black Sun demo quits un...