Hello,
I am trying to make a software to emulate mouse with Elo touchscreen for my school work. I have found some drivers, EloPubIf.dll and some documentation but I dont know how to use it. I must do my work in C# so maybe i will must to do some interface to EloPubIf.dl,l which is written in C, at first. I only need to get information about touch point, so I thought that can be used EloGetTouch function, but I found it with parametres
int EloGetTouch (PTOUCH_POINT xy, BOOL xlated, GETPOINTS_CODE getCode, UINT nScrNo)
I dont know how can I use it to get a Touch point information...
Can somebody help me with this problem?
I am trying to make a software to emulate mouse with Elo touchscreen for my school work. I have found some drivers, EloPubIf.dll and some documentation but I dont know how to use it. I must do my work in C# so maybe i will must to do some interface to EloPubIf.dl,l which is written in C, at first. I only need to get information about touch point, so I thought that can be used EloGetTouch function, but I found it with parametres
int EloGetTouch (PTOUCH_POINT xy, BOOL xlated, GETPOINTS_CODE getCode, UINT nScrNo)
I dont know how can I use it to get a Touch point information...
Can somebody help me with this problem?