include: Fixes the improper fix I made before of documentation, SDL_SensorType.

This commit is contained in:
anon
2024-04-11 23:56:51 +02:00
committed by Ryan C. Gordon
parent 3fca8d4f82
commit 03bc53fe31

View File

@@ -62,7 +62,8 @@ typedef struct SDL_Sensor SDL_Sensor;
*/ */
typedef Uint32 SDL_SensorID; typedef Uint32 SDL_SensorID;
/* The different sensors defined by SDL /**
* The different sensors defined by SDL
* *
* Additional sensors may be available, using platform dependent semantics. * Additional sensors may be available, using platform dependent semantics.
* *