Hi Everyone,
Does anyone know how or have example code to detect when the user presses the button on the side of stylus barrel or presses the "eraser" button on the stylus?
Also, does anyone know how to change the tiny crosshair cursor that is drawn when the stylus is pressed or has entered into the view window? I would like to make it specific to my app.
In my C++ Metro app I have set up event handlers to handle things like CoreWindow::PointerPressed and CoreWindow::PointerEntered events and I would like to register an event handler for when the user presses the button that is on the barrel of the stylus.
In fact it would be nice to know if I can detect the "eraser" button on the back of the stylus as well.
I cannot find any examples or documentation that suggests how to do this.
Thanks!