I have a Microsoft surface with a surface pen. This pen has 2 side : eraser and tip.
I want authotkey to detect when I touch the "eraser" side of the pen when I am inside chrome browser.
With the method I have found yet, autohotkey only detect a "simple" mouse left click (for the moment it doesn't support the surface pen).
(please note that I DO NOT want to rebind the eraser button, but the eraser "touch" on screen).
Here is the microsoft api for detecting eraser screen touch :
I am interested by the IsEraser
propertie
The api is available in : c++, c#, VB, javascript and VB
My final goal is: when AHK detect a "standard" left click, it calls the microsoft api to check is the click is in fact "eraser side", if yes, it trigger my task
Can anyone help me binding this api with AHK ?