File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ int readAxis(int axisNumber) {
225
225
distance = (reading - center);
226
226
}
227
227
228
- // The Y axis needs to be inverted in order to map the movemment correctly
228
+ // The Y axis needs to be inverted in order to map the movement correctly
229
229
if (axisNumber == 1) {
230
230
distance = -distance;
231
231
}
@@ -319,7 +319,7 @@ Mouse.press(button)
319
319
320
320
#### Parameters
321
321
322
- * ` button ` : which mouse button was realeased (MOUSE_LEFT, MOUSE_RIGHT or MOUSE_MIDDLE, default is MOUSE_LEFT).
322
+ * ` button ` : which mouse button was released (MOUSE_LEFT, MOUSE_RIGHT or MOUSE_MIDDLE, default is MOUSE_LEFT).
323
323
324
324
#### Returns
325
325
@@ -377,7 +377,7 @@ Mouse.isPressed(button);
377
377
378
378
#### Parameters
379
379
380
- * ` button ` : which mouse button was realeased (MOUSE_LEFT, MOUSE_RIGHT or MOUSE_MIDDLE, default is MOUSE_LEFT).
380
+ * ` button ` : which mouse button was released (MOUSE_LEFT, MOUSE_RIGHT or MOUSE_MIDDLE, default is MOUSE_LEFT).
381
381
382
382
#### Returns
383
383
You can’t perform that action at this time.
0 commit comments