eGalax touchscreen calibration
|
13th May, 2013, 11:04 PM
Post: #25
|
|||
|
|||
RE: eGalax touchscreen calibration
the egalax patch...https://github.com/xbianonpi/xbian-patches/blob/master/xbmc/eGalaxTouchScreen.patch
adds these lines (34-40) to the file /xbmc/input/linux/LinuxInputDevices.cpp I edited the file and removed them before the build process. Terminal + /* [touchscreens] when PRESS or RELEASE action occurs */ + if(levt.code == BTN_TOUCH) + { + m_mouseX = g_graphicsContext.GetWidth() + 1; + m_mouseY = g_graphicsContext.GetHeight() + 1; + } + They were preventing me clicking the screen by always producing a "mousedrag" action instead of "mouseclick". I also removed the MouseStat.cpp patches by using the original file. Now I (and a couple more) can double click "tap" and prevent the constant "mousedrag". |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Touchscreen calibration is wrong and i'm going crazy. | wash | 5 | 19,004 |
17th Jan, 2015 10:34 PM Last Post: wash |
|
Tutorial: Touchscreen calibration & extra features | Markamc | 0 | 7,323 |
2nd Jul, 2013 12:11 AM Last Post: Markamc |