15 Dec
                
                    2004
                
            
            
                15 Dec
                
                '04
                
            
            
            
        
    
                11:19 a.m.
            
        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.