Git Product home page Git Product logo

interactive-ink-examples-uwp's People

Contributors

myscript-developer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

interactive-ink-examples-uwp's Issues

I Can't handwirte math

I already download MyScript.InteractiveInk.Examples.Uwp to my pc. run program, but I can't handwrite math. I think my Configuration is wrong. Could you tell me what I have to do?

[implementaion] why pass `PointerDeviceType` as a pointer ID, instead of using the real `PointerId`?

I read this method and felt confused:

public int GetPointerId(RoutedEventArgs e)
{
   if (e is PointerRoutedEventArgs)
      return (int)((PointerRoutedEventArgs)e).Pointer.PointerDeviceType;
    else if (e is HoldingRoutedEventArgs)
        return (int)((HoldingRoutedEventArgs)e).PointerDeviceType;
     return -1;
}

In the documentations of the methods Editor.Pointer*, the parameter pointerId is supposed to be the pointer id to pass, but in your implementation, you send the PointerDeviceType enum instead of the real pointer id.

May you explain why we should do this if there is any particular reason or is it documented somewhere else?

Does iink support desktop app?

on Windows 10, if I understand it correctly, currently iink only support UWP, not the traditional desktop app, is that correct? I wonder why it is bundled with uwp? Seems it should be neutral of the app type.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.