MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
include
mgl
platform
apple
macos
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
17
#include <
mgl/input/keyboard/mgl_keyboard_keycode.h
>
18
19
namespace
MGL::Platform::MacOS
20
{
21
MGL::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_environment.h
MGL 環境定義
mgl_keyboard_keycode.h
MGL キーボード用キーコード定義
MGL::Input::Keycode
Keycode
キーボード用コード
Definition
mgl_keyboard_keycode.h:23
構築:
1.12.0