Re: is there a way to reassign a SDL2 source value in a program?
"Ryan C. Gordon" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Organization | icculus.org |
| Message-ID | <[email protected]> |
On 9/4/16 5:39 AM, Dominus wrote: > I'm wondering whether it is possible to reassign > SDL_double_click_radius another value. On our iOS app a bigger radius > works a bit better but it can only be done by changing the SDL2 source. > Can this be done in the program's source? Not at the moment, but we could add a hint for this. That being said: a double-click radius of 1 pixel seems deeply unforgiving to me, so we should probably increase this in any case. What value works well for your app? --ryan.