react-native-winrt icon indicating copy to clipboard operation
react-native-winrt copied to clipboard

Explanation for how to use the CoreCursor class in React native windows with Javascript

Open AlmTalal opened this issue 1 year ago • 2 comments

Hey I need an explanation for how to use CoreCursor in RNW, the goal is to be able to change the cursor type when hovering over a view. However Im not able to replecate the behavior only by looking at the c++/winrt examples

AlmTalal avatar Jan 17 '24 14:01 AlmTalal

I'm gonna use some other winrt namespaces, so if someone could explain me how they are normally converted into js or what should be the documentation that I should read to covert the code into js it would be helpfull too

AlmTalal avatar Jan 17 '24 14:01 AlmTalal

Sorry, I'm not personally familiar with the CoreCursor API. Perhaps if you have specific questions about issues you are having we can help diagnose why examples from other languages are having issues when adapted to RNW.

As for other namespaces, please see the usage guide. There's instructions for how to include additional namespaces in the projection.

dunhor avatar Jan 22 '24 19:01 dunhor