Re: Bug in perWindowKeyRepeat
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Yann Morvan wrote:
> in DeviceControl.hs of the GLUT library,
> the marshalling of PerWindowKeyRepeat is doing the opposite of what it
> should do, the functions should read: [...]
> this is because the actual function being called with this parameter is
> glutIgnoreKeyRepeat, which disables key repeating if given a non zero
> value.
Fixed, thanks.
S.