|
refactor: ジョイスティック関連のコンポーネントとフックをpresentationおよびhooksディレクトリに移動し、互換性を維持するために再エクスポート
|
|---|
|
|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickModel.ts |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/hooks/useJoystickController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/hooks/useJoystickState.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/model/JoystickModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickView.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickController.ts |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickState.ts |
|---|