--- nono/wx/wxmainview.h 2026/04/29 17:05:27 1.1.1.14 +++ nono/wx/wxmainview.h 2026/04/29 17:05:31 1.1.1.15 @@ -14,6 +14,7 @@ wxDECLARE_EVENT(NONO_EVT_MOUSEMODE, wxCommandEvent); +class DumbKeyboard; class Keyboard; class Renderer; @@ -83,7 +84,8 @@ class WXMainView : public wxPanel // マウスカーソルを移動させる void MyWarpPointer(wxSize pos); - Keyboard *keyboard {}; + DumbKeyboard *dumbkbd {}; + Keyboard *richkbd {}; Renderer *renderer {}; wxDECLARE_EVENT_TABLE();