-
-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Labels
Milestone
Description
There seems to be an odd behavior in the Kivy example regarding SendMouseMoveEvent / SendMouseClickEvent.
Behavior cefclient
When I navigate to http://jegger.ch/datapool/app/test_events.html in ./cefclient --off-screen-rendering-enabled I get (what I expect) light-red dots when hovering and "dark"-red dots when I move the mouse while pressing the left mouse-button.
Behavior Kivy
If I press down in kivy I see the arrows registering the mouse-down but the dots are light-red afterwards. They should be dark-red, shouldn't they? I can't see anything wrong in the logic of the kivy_.py example. It was working (dark-dots while pressing down and move) with the old CEF.
Any ideas?
Reactions are currently unavailable