| Summary: | Security Software is blocking RegisterRawInputDevices() | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Yamagi <yamagi> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | metalcaedes |
| Version: | 2.0.1 | ||
| Hardware: | All | ||
| OS: | Windows 7 | ||
|
Description
Yamagi
2014-01-27 17:13:42 UTC
I think SDL could (and should!) do the warping itself automatically as a fallback if RegisterRawInputDevices() fails. It's shouldn't be up to the SDL user to add platform-specific hacks. Hey Ryan, I recently added the mouse warping mode to SDL. Should we fall back to that, do you think? (In reply to Sam Lantinga from comment #2) > Hey Ryan, I recently added the mouse warping mode to SDL. Should we fall > back to that, do you think? Ugh, yeah, let's do that. Should we get this into 2.0.2? --ryan. Yes, this is a good fix to get in. Okay, if RegisterRawInputDevices() fails, we'll transparently fall back to mouse warping. https://hg.libsdl.org/SDL/rev/6e18328e25e0 Thanks! |