mitm001 5 лет назад
Родитель
Сommit
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;