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

sq #238

Open androidStern opened 3 years ago

androidStern commented 3 years ago

Draft for https://github.com/nick-thompson/blueprint/issues/230

Things this does:

  1. changes mouseEnter and mouseExit to act like browsers
  2. responds to drag events at a top level component and turns them into mouseEnter and mouseExit events when necessary

Things this doesn't do:

  1. handle multitouch

BIG DISCLAIMER: I'm not a C++ guy. I'm sure the final PR will have much better code. Theres probably bugs. This is just to facilitate a design discussion.