I have WPF applications running on a Windows8 tablet that captures user writting. I use the InkCanvas control to capture the data but I want the user can only writte with the stylus not the finger.
MoreOver, this application can run on a Desktop PC and in that case I would like to capture the writting from the mouse.
Is there any way to filter the "input mode" of the inkCanvas? I have been searching but I haven't found any way to do it.
Many thanks in advance.