-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass mouse events from GLFW thru to rive so player.exe can be interactive. Diffs= 274578e4ac Player mouse events (#8896)
- Loading branch information
klingerj
committed
Jan 30, 2025
1 parent
0f67412
commit 312cde2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c23d37a730a0496a4923bd85b8ffe0af90b738d7 | ||
274578e4aca1788f479f1b0f23f3801f5aeea6ef |
Submodule rive-runtime
updated
6 files
+1 −1 | .rive_head | |
+52 −4 | tests/common/testing_window.hpp | |
+56 −14 | tests/common/testing_window_fiddle_context.cpp | |
+8 −1 | tests/gm/gmmain.cpp | |
+8 −1 | tests/goldens/goldens.cpp | |
+76 −17 | tests/player/player.cpp |