--- nono/vm/keyboard.h 2026/04/29 17:05:50 1.1.1.16 +++ nono/vm/keyboard.h 2026/04/29 17:05:55 1.1.1.17 @@ -112,9 +112,6 @@ class Keyboard : public DumbKeyboard // キーの押し下げ状態を設定する void SetPressed(uint keycode, bool ismake); - // キーの押し下げ状態を Syncer に通知する - void SyncKeyPressed(bool pressed); - // キーを処理する (共通部分) bool KeyInputCommon(uint keystat);