How can you track mouse input using the fewest libraries in c.
        Posted  
        
            by TimE
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TimE
        
        
        
        Published on 2010-05-07T22:18:52Z
        Indexed on 
            2010/05/07
            22:28 UTC
        
        
        Read the original article
        Hit count: 241
        
I'm not sure where to look to find this information, but I'd like to know how to get mouse input (or any hid input) using the fewest non standard libraries in c. Basically, is there an stdio equivalent for mouse (and other input) input in c? Or is there a library that is minimal and cross compatible on multiple platforms. Just being able to print mouse coordinates to a terminal window would be enough.
© Stack Overflow or respective owner