Quoting Nathanael D. Noblet: > Hello, > Is it possible from a DirectFB app to disable/enable an input > module? I have a touch screen (gunze) that needs to be calibrated, but > part of the problem is that the input module written for it is loaded. I > tried --dfb:disable-gunze but it isn't disabled when running (I still > get output from the module loading).
Between DirectFBInit() and DirectFBCreate() you can call: DirectFBSetOption( "disable-module", "gunze" ); -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
