Mac and Linux SDL2 binary snapshots
Edward Rudd
2014-03-08 3546f6c5ef66be8e28fbd1b66f4ded5318621e21
include/SDL2/SDL_haptic.h
@@ -1,6 +1,6 @@
/*
  Simple DirectMedia Layer
  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
@@ -140,12 +140,12 @@
 *
 *  Different haptic features a device can have.
 */
/*@{*/
/* @{ */
/**
 *  \name Haptic effects
 */
/*@{*/
/* @{ */
/**
 *  \brief Constant effect supported.
@@ -177,7 +177,7 @@
#define SDL_HAPTIC_LEFTRIGHT     (1<<2)
/* !!! FIXME: put this back when we have more bits in 2.1 */
/*#define SDL_HAPTIC_SQUARE     (1<<2)*/
/* #define SDL_HAPTIC_SQUARE     (1<<2) */
/**
 *  \brief Triangle wave effect supported.
@@ -262,7 +262,7 @@
 */
#define SDL_HAPTIC_CUSTOM     (1<<11)
/*@}*//*Haptic effects*/
/* @} *//* Haptic effects */
/* These last few are features the device has, not effects */
@@ -305,7 +305,7 @@
/**
 * \name Direction encodings
 */
/*@{*/
/* @{ */
/**
 *  \brief Uses polar coordinates for the direction.
@@ -328,9 +328,9 @@
 */
#define SDL_HAPTIC_SPHERICAL  2
/*@}*//*Direction encodings*/
/* @} *//* Direction encodings */
/*@}*//*Haptic features*/
/* @} *//* Haptic features */
/*
 * Misc defines.