How to enable UIBC Mouse through UWP Miracast API?

48 views Asked by At

I am developing a Miracast sink app following the UWP Miracast API documentation and managed to get projection with User Input Back Channel (UIBC) for keyboard working. However, the API doesn't seem to implement mouse, only keyboard and game controller.

Another question asked here on SO made the keyboard support apparent (How to use "Windows.Media.Miracast" API to develop UIBC function), but mouse support is still unclear.

I'm wondering whether this is simply a limitation of the UWP API. Do you know if UIBC for mouse can be implemented in a different way? Maybe using .net or another Windows API.

Thanks for your help

1

There are 1 answers

2
Junjie Zhu - MSFT On

According to the documentation MiracastReceiverInputDevices, mouse is not supported yet.

I'd suggest you submit a feature request about this feature in the Feedback Hub.