Help for this page

Select Code to Download


  1. or download this
    printf("ph: %u\n", EVIOCGRAB());
    
    ...
       int r =  ioctl(fd, EVIOCGRAB, act);
       printf("grab: %d\n", r);
    }