aseprite/src/allegro
2014-03-16 19:24:49 -03:00
..
cmake Keep only DirectX Windowed driver (no fullscreen and no GDI). 2010-11-04 21:43:36 -03:00
include Fix some compilations problems in MinGW 2013-12-22 12:20:53 -03:00
src Trace unknown scancodes in allegro/src/keyboard.c 2014-03-16 19:24:49 -03:00
CMakeLists.txt Add support for VC++11 (2012) 2012-10-30 21:08:33 -03:00
README.md Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00

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.).