JoshMarler / react-juce

Write cross-platform native apps with React.js and JUCE
https://docs.react-juce.dev
MIT License
764 stars 79 forks source link

MouseEnter / MouseLeave #205

Closed nick-thompson closed 3 years ago

nick-thompson commented 3 years ago

This task is for supporting onMouseEnter and onMouseLeave in blueprint::View, just as we have with onMouseUp and onMouseDown

https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseenter_event https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseleave_event

stfufane commented 3 years ago

Hey! I could not find how to assign myself to this issue but I gave it a try anyway :) Cheers

nick-thompson commented 3 years ago

Excellent, thanks @stfufane! Will check it out shortly, and I've assigned you here

nick-thompson commented 3 years ago

Closed with #206!