forked from hyperandroid/CAAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
---------------------- * Fixed PathActor to be able to draw background image or color. * Fixed key event system. Now, the original key event is 'preventDefault'ed, and the notification callback receives an object of the form: new CAAT.KeyEvent( key, 'up' | 'down', { alt: CAAT.KEY_MODIFIERS.alt, control: CAAT.KEY_MODIFIERS.control, shift: CAAT.KEY_MODIFIERS.shift }, source_event );
- Loading branch information
hyperandroid
committed
Dec 27, 2011
1 parent
9b44533
commit 7c9d4d1
Showing
60 changed files
with
697 additions
and
348 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.