瀏覽代碼

Correct touch gesture term in documentation.

Lasse Öörni 11 年之前
父節點
當前提交
b2b4d4f7da
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_GESTURERECORDED : recording a touch gesture is complete. Triggered with \ref Input::RecordGesture "RecordGesture()"
 - 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_JOYSTICKBUTTONUP: a joystick button was released.
 - E_JOYSTICKAXISMOVE: a joystick axis was moved.