MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_macos_keycode.h
[詳解]
1// SPDX-License-Identifier: Zlib
2/* ------------------------------------------------------------------------- */
9/* ------------------------------------------------------------------------- */
10
11#ifndef INCGUARD_MGL_MACOS_KEYCODE_H_1609062916
12#define INCGUARD_MGL_MACOS_KEYCODE_H_1609062916
13
14#include <mgl/mgl_environment.h>
15#if defined(MGL_TARGET_MACOS)
16
18
19namespace MGL::Platform::MacOS
20{
21MGL::Input::Keycode ConvertKeycode(unsigned short macosKeycode);
22} // namespace MGL::Platform::MacOS
23
24#endif // MGL_TARGET_MACOS
25#endif // INCGUARD_MGL_MACOS_KEYCODE_H_1609062916
26
27// vim: et ts=4 sw=4 sts=4
MGL 環境定義
MGL キーボード用キーコード定義
Keycode
キーボード用コード
Definition mgl_keyboard_keycode.h:23