AbsoluteTouch icon indicating copy to clipboard operation
AbsoluteTouch copied to clipboard

elan trackpad can't use?

Open NovaSonix opened this issue 8 years ago • 7 comments

i'm korean sorry for my bad english.

i'm elan trackpad user. why elan trackpad cannot be used absolute pointing. is that hardware problem? or else?

Cannot fix it if it's hardware problem?

NovaSonix avatar Nov 01 '17 05:11 NovaSonix

AbsoluteTouch uses the Synaptics API to read the touchpad input. As far as I know Elan does not have an API, so this program won't work on Elan touchpads. Sorry.

apsun avatar Nov 01 '17 05:11 apsun

i'm a student in korea. i started to learn programming from 2017.3

i'm planning to program absolutetouch on elan trackpad. is that impossible to develop? api or hardware problem?

NovaSonix avatar Nov 01 '17 06:11 NovaSonix

It's definitely possible, but you would need to write a driver for it that runs in the kernel. You can take a look at the Linux driver for Elan touchpads, but getting it to work on Windows will be a difficult task.

apsun avatar Nov 01 '17 07:11 apsun

Thank you for comment! You are genius! thanks for my study.

NovaSonix avatar Nov 01 '17 08:11 NovaSonix

I read events from /dev/input/eventX in Linux and successfully got the absolute position.I am wondering if there is any universal method to read events from Win32 API since Windows10 support multi-touch gestures for both Syn and Elan.

Menee avatar Feb 25 '18 22:02 Menee

Not sure, I'm not familiar with the Windows kernel. I think https://msdn.microsoft.com/en-us/library/windows/desktop/ms645543(v=vs.85).aspx would be the closest thing? Don't know if you can get raw touchpad input from it though.

apsun avatar Feb 25 '18 22:02 apsun

Thanks.It helps.

Menee avatar Feb 27 '18 17:02 Menee