aseprite/src/allegro
2010-12-12 11:36:50 -03:00
..
cmake Keep only DirectX Windowed driver (no fullscreen and no GDI). 2010-11-04 21:43:36 -03:00
include Keep only DirectX Windowed driver (no fullscreen and no GDI). 2010-11-04 21:43:36 -03:00
src Modify sys_directx_assert() to call DebugBreak() instead of abort(). 2010-12-12 11:36:50 -03:00
CMakeLists.txt Move "-arch i386" flag for Apple port in main CMakeLists.txt file. 2010-10-31 12:54:23 -02:00
README.txt Remove Allegro customization functions for HWND in Windows port. 2010-10-31 22:08:06 -03:00

This is a modified version of Allegro library (branch 4.4) specially
patched for ASE 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.).