mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
13 lines
498 B
Markdown
13 lines
498 B
Markdown
|
This is a modified version of Allegro library (branch 4.4)
|
||
|
specially patched for Aseprite by David Capello.
|
||
|
|
||
|
Changes:
|
||
|
|
||
|
* Mouse driver for Windows was modified to use WM_MOUSEMOVE instead of
|
||
|
DirectInput (like in Allegro 5).
|
||
|
* Keyboard driver for Windows was modified to use WM_KEYDOWN/UP messages
|
||
|
instead of DirectInput (like in Allegro 5).
|
||
|
* Added resize support for Windows, X11, and Mac OS X ports.
|
||
|
* Removed code and functions that are not used (Allegro GUI,
|
||
|
audio, MIDI, joystick, etc.).
|