| Summary: | SDL_KEYDOWN does not detect spacebar | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kubissus <kubissus> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.4 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
|
Description
Kubissus
2016-08-31 14:00:20 UTC
You can't check for SDLK_SPACE, you need to look for SDL_SCANCODE_SPACE in SDL 2.0. Please reopen this bug if you've tried the checkkeys test program and are not seeing the space bar reporting properly. Thanks! |