| Summary: | mouse left button double click event issue | ||
|---|---|---|---|
| Product: | SDL | Reporter: | cplu <chenpinglu01> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | chenpinglu01 |
| Version: | 2.0.3 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 8 | ||
|
Description
cplu
2014-04-14 07:30:55 UTC
According to Microsoft's documentation, WM_LBUTTONDBLCLK will only be sent to windows with the CS_DBLCLKS style. Are you setting that on the SDL window? I'm using wxPanel and maybe it has set CS_DBCLICKS as default. I'll take a close look at its source. This should be fixed, thanks! https://hg.libsdl.org/SDL/rev/e3a80970cf0b |