Mercurial > sdl-ios-xcode
view sdl.pc.in @ 3680:7c18b38f0f9a
Fixed bug #920
From Martin:
Alright... I corrected SDL_SYS_ToDirection in SDL_syshaptic.c in the linux
directory of haptic. Now in all 3 cases the same value is returned, at least.
Therefore now it should behave the same way as on Windows.
I added some comments and corrected the cases SDL_HAPTIC_CARTESIAN and
SDL_HAPTIC_SPHERICAL.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:57:41 +0000 |
parents | 824f6dee6648 |
children |
line wrap: on
line source
# sdl pkg-config source file prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: sdl Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. Version: @SDL_VERSION@ Requires: Conflicts: Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ Libs.private: @SDL_STATIC_LIBS@ Cflags: -I${includedir}/SDL @SDL_CFLAGS@