Browse Source

Correct touch gesture term in documentation.

Lasse Öörni 11 years ago
parent
commit
b2b4d4f7da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docs/Reference.dox

+ 1 - 1
Docs/Reference.dox

@@ -1350,7 +1350,7 @@ The input events include:
 - E_TOUCHMOVE: a finger moved on the screen.
 - E_TOUCHMOVE: a finger moved on the screen.
 - E_GESTURERECORDED : recording a touch gesture is complete. Triggered with \ref Input::RecordGesture "RecordGesture()"
 - E_GESTURERECORDED : recording a touch gesture is complete. Triggered with \ref Input::RecordGesture "RecordGesture()"
 - E_GESTUREINPUT : a touch gesture was recognized.
 - E_GESTUREINPUT : a touch gesture was recognized.
-- E_MULTIGESTURE : a multi-finger swipe/rotation touch gesture is underway.
+- E_MULTIGESTURE : a multi-finger pinch/rotation touch gesture is underway.
 - E_JOYSTICKBUTTONDOWN: a joystick button was pressed.
 - E_JOYSTICKBUTTONDOWN: a joystick button was pressed.
 - E_JOYSTICKBUTTONUP: a joystick button was released.
 - E_JOYSTICKBUTTONUP: a joystick button was released.
 - E_JOYSTICKAXISMOVE: a joystick axis was moved.
 - E_JOYSTICKAXISMOVE: a joystick axis was moved.