소스 검색

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;