瀏覽代碼

move into list

mitm001 5 年之前
父節點
當前提交
b88fa90e50
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/modules/tutorials/pages/beginner/hello_input_system.adoc

+ 1 - 0
docs/modules/tutorials/pages/beginner/hello_input_system.adoc

@@ -361,6 +361,7 @@ TIP: Use xref:ROOT:jme3/faq.adoc#how-do-i-switch-between-third-person-and-first-
 TIP: Use `new MouseAxisTrigger(MouseInput.AXIS_WHEEL, true)`
 
 .  In which situation would it be better to use variables instead of literals for the MouseInput/KeyInput definitions?
++
 [source,java]
 ----
 int usersPauseKey = KeyInput.KEY_P;