We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 980 - SDL_NoLockKeys is ignored on DirectX driver
Summary: SDL_NoLockKeys is ignored on DirectX driver
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86_64 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 15:05 UTC by arxeio
Modified: 2013-05-21 01:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arxeio 2010-04-02 15:05:07 UTC
On ioquake3, SDL_NoLockKeys is working fine when set to 1 (to not lock caps or num lock), however when it's using the DirectInput driver (with their in_mouse 1 cvar), the keys are locking regardless.
Comment 1 arxeio 2010-04-04 13:37:12 UTC
while we're at it, directinput driver appears completely borked on x86_64.

on in_mouse 1 on ioquake3 everything goes berserk while on -1 (win API input) it's fine.
Comment 2 Sam Lantinga 2013-05-21 01:13:43 UTC
SDL 2.0 doesn't have DirectInput keyboard support anymore.