MacOS Virtual Input Devices
        Posted  
        
            by computergeek6
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by computergeek6
        
        
        
        Published on 2010-05-24T02:55:49Z
        Indexed on 
            2010/05/24
            3:01 UTC
        
        
        Read the original article
        Hit count: 469
        
How can I create a virtual HID device in code? I'm trying to avoid writing a kernel extension to accomplish this, but it seems to be the only way. I need to be able to create virtual HID devices of all types, and have an app running in the background feed them events. Is there a way to do this in user-space, or must I venture into kernel land?
© Stack Overflow or respective owner