فهرست منبع

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;