On Tue, 2005-11-29 at 17:15 +0100, Denis Oliver Kropp wrote: > 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" ); >
Can I get it back after it is done? Basically I need to be able to calibrate the screen and to do that, disable the module, and then re-enable it when I'm done... Unless there is some way to tell the input module we're in calibration mode so it can adjust its behaviour accordingly?? -- Nathanael D. Noblet Gnat Solutions http://www.gnat.ca/ T 250.385.4613 C 250.893.4613 _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
