mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Fixed SDL_TouchFingerEvent documentation in header file.
This commit is contained in:
@@ -412,8 +412,8 @@ typedef struct SDL_TouchFingerEvent
|
|||||||
SDL_FingerID fingerId;
|
SDL_FingerID fingerId;
|
||||||
float x; /**< Normalized in the range 0...1 */
|
float x; /**< Normalized in the range 0...1 */
|
||||||
float y; /**< Normalized in the range 0...1 */
|
float y; /**< Normalized in the range 0...1 */
|
||||||
float dx; /**< Normalized in the range 0...1 */
|
float dx; /**< Normalized in the range -1...1 */
|
||||||
float dy; /**< Normalized in the range 0...1 */
|
float dy; /**< Normalized in the range -1...1 */
|
||||||
float pressure; /**< Normalized in the range 0...1 */
|
float pressure; /**< Normalized in the range 0...1 */
|
||||||
} SDL_TouchFingerEvent;
|
} SDL_TouchFingerEvent;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user