Quote:
Originally Posted by the_real_mcarn
Alright, It seems that Qt or is mapping the resolution of the ir touchpad (1600x1200) one to one to the resolution of the screen, which is only 1024×758, therefore half of the screen is not touchable. Is there any way to scale the input of the touch screen to the right size from within Qt or is there some other way?
|
Hey I think it is not realy easily possible to do that from Qt's 'userspace'. Its a bit ugly but I think the best approach would be to patch out that behaviour in the Qt evdevtouch source and recompile it that way. I was also thinking of doing that but without a device to test it it's a bit like poking arount in the dark.