Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の libgdx 画面は、私のキャラクターの入力を処理します。Scene2D を使用して UI 要素を描画します。画面上の要素をいくつか描画しましたが、InputProcessor を「ステージ」に設定しない限り、それらの入力を追跡できません。
これを克服し、キャラクターをアクターに変換せずに両方で入力を受け取る方法はありますか?
https://code.google.com/p/libgdx/wiki/InputEvent
入力マルチプレクサはこの問題を解決します。
PTのおかげで