bevy_webview icon indicating copy to clipboard operation
bevy_webview copied to clipboard

Cursor mode integration between Bevy and a webview

Open blaind opened this issue 4 years ago • 0 comments

Webview cursor state should be propagated into Bevy world.

E.g. when pointing over a button, the cursor style should be a pointer.

Cursor states: https://www.w3schools.com/jsref/prop_style_cursor.asp

blaind avatar Feb 09 '22 16:02 blaind