-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Canvas] Improved input handling for Canvas interface.
- Added "EventAction" enum to public interface to distinguish pan gestures (Began/Changed/Ended). - Handle Android app events: APP_CMD_TERM_WINDOW, APP_CMD_WINDOW_REDRAW_NEEDED, and APP_CMD_WINDOW_RESIZED. - Deprecated old version of OnPanGesture(); Use new version with EventAction parameter. Breaking change: Input::GetMousePosition() and Input::GetMouseMotion() does not return a constant reference anymore. This should be negligible as long as no program kept a reference to those fields.
- Loading branch information
1 parent
d1e3dec
commit 13ca37d
Showing
9 changed files
with
233 additions
and
90 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
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
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
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
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
Oops, something went wrong.