--- nono/vm/keyboard.cpp 2026/04/29 17:04:28 1.1.1.1 +++ nono/vm/keyboard.cpp 2026/04/29 17:04:35 1.1.1.3 @@ -1,12 +1,13 @@ // // nono -// Copyright (C) 2018 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #include "keyboard.h" #include "mystring.h" -Keyboard *gKeyboard; +std::unique_ptr gKeyboard; // コンストラクタ Keyboard::Keyboard()