j
k
j a
j l
On Fri, Sep 21, 2018 at 1:45 PM, Huw Davies huw@codeweavers.com wrote:
Yes, I think iscntrlW() would be better. Huw.
Yes, I think iscntrlW() would be better.
Huw.
Something like this?
iscntrlW(wParam) && !(wParam >= '\b' && wParam <= '\r')
Or do you have other exceptions in mind?
Back to the thread
Back to the list