Selaa lähdekoodia

Changed documentation for controllers swapping to correct lines

TheOnlyJoey 7 vuotta sitten
vanhempi
commit
670c6a35f6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      include/openhmd.h

+ 2 - 2
include/openhmd.h

@@ -175,10 +175,10 @@ typedef enum {
 	/** int[1] (get, ohmd_geti()): Get the number of analog and digital controls of the device. */
 	OHMD_CONTROL_COUNT                    =  4,
 
-	/** int[OHMD_CONTROL_COUNT] (get, ohmd_geti()): Get whether controls are digital or analog. */
+	/** int[OHMD_CONTROL_COUNT] (get, ohmd_geti()): Get what function controls serve. */
 	OHMD_CONTROLS_HINTS   		          =  5,
 	
-	/** int[OHMD_CONTROL_COUNT] (get, ohmd_geti()): Get what function controls serve. */
+	/** int[OHMD_CONTROL_COUNT] (get, ohmd_geti()): Get whether controls are digital or analog. */
 	OHMD_CONTROLS_TYPES                   =  6,
 } ohmd_int_value;