mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
cede5027d3
Closes #2703
11 lines
305 B
C
11 lines
305 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-FileCopyrightText: 2014 Jonas Ådahl <jadahl@gmail.com>
|
|
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
|
|
|
|
//go:build freebsd || linux || netbsd || openbsd
|
|
|
|
#define GLFW_INVALID_CODEPOINT 0xffffffffu
|
|
|
|
uint32_t _glfwKeySym2Unicode(unsigned int keysym);
|
|
|