|
[refactor] JoystickInputLayerをJoystickInputPresenterに置き換え、JoystickControllerを新規作成して入力処理を整理
|
|---|
|
|
| apps/client/src/scenes/game/GameView.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickCoordinator.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputLayer.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/common/index.ts |
|---|