WinUI3 / AppSDK - PenButtonListener #4022
-
How do you get an instance of PenButtonListener in AppSDK? I am trying to listen for the TailButtonClicked event in a global context but cannot find a way to receive the event. |
Beta Was this translation helpful? Give feedback.
Answered by
DarranRowe
Dec 8, 2023
Replies: 1 comment 3 replies
-
There doesn't seem to be a Windows App SDK version of this class.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does IsSupported return true or false? If it is unsupported, then I would guess that it is just not supported in desktop applications, especially if it works in a UWP application.
Annoyingly, the Windows Runtime documentation can be like this. There is no indicator as to whether it is supposed to be supported.