Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.65 KB

inkpresenter_unprocessedinput.md

File metadata and controls

31 lines (20 loc) · 2.65 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.Input.Inking.InkPresenter.UnprocessedInput
winrt property
xbox

Windows.UI.Input.Inking.InkPresenter.UnprocessedInput

-description

Gets input (standard or modified) from the associated InkCanvas control and passes the data through for custom processing by the app. The data is not processed by the InkPresenter.

Note

Standard input is not modified with a secondary affordance, such as a pen barrel button, right mouse button, or similar.

Use InkInputProcessingConfiguration to indicate the input to be passed as InkUnprocessedInput through to your app for custom processing.

-property-value

The input from the InkCanvas control.

-remarks

-examples

-see-also

Pen and stylus interactions, Get started: Support ink in your UWP app, Ink analysis sample (basic) (C#), Ink handwriting recognition sample (C#), Save and load ink strokes from an Ink Serialized Format (ISF) file, Save and load ink strokes from the clipboard, Ink toolbar location and orientation sample (basic), Ink toolbar location and orientation sample (dynamic), Coloring book sample, Family notes sample, Inking sample (JavaScript), Simple inking sample (C#/C++), Complex inking sample (C++), Ink analysis sample