Hajime Hoshi
|
c6c45aadfa
|
Revert "Revert "internal/glfwwin: ignore errors from DWM functions""
This reverts commit 991cec993c .
Reason: Reverted a wrong commit
|
2022-06-03 13:59:16 +09:00 |
|
Hajime Hoshi
|
991cec993c
|
Revert "internal/glfwwin: ignore errors from DWM functions"
This reverts commit 9ad87c0153 .
Reason: Specifying nil for reading ranges is not efficient
|
2022-06-03 13:49:45 +09:00 |
|
Hajime Hoshi
|
9ad87c0153
|
internal/glfwwin: ignore errors from DWM functions
DWM functions might not be implemented on Proton. In the original
GLFW implementation, the returning values are not checked.
Updates #2113
|
2022-06-03 01:36:31 +09:00 |
|
Hajime Hoshi
|
285a5cbc69
|
internal/glfwwin: skip some functions for Xbox
Updates #2084
|
2022-06-01 12:08:03 +09:00 |
|
Hajime Hoshi
|
6fc71e97bb
|
internal/glfwwin: skip some functions for Xbox
Updates #2084
|
2022-06-01 00:35:43 +09:00 |
|
Hajime Hoshi
|
ad380a32f4
|
internal/glfwwin: split GDK part to a new package internal/microsoftgdk
Updates #1162
|
2022-05-29 19:25:26 +09:00 |
|
Hajime Hoshi
|
59e6d4578b
|
internal/glfw: skip some Win32APIs for Xbox
Updates #1162
|
2022-05-29 17:04:47 +09:00 |
|
Hajime Hoshi
|
ef7d10a36e
|
internal/glfwwin: add a build tag microsoftgdk
Updates #1162
|
2022-05-29 01:31:42 +09:00 |
|
Hajime Hoshi
|
ac922742bf
|
internal/glfw: use shorter copyright comments
|
2022-05-27 20:38:45 +09:00 |
|
Hajime Hoshi
|
0d7062335e
|
internal/glfwwin: remove GetProp and SetProp
GetProp and SetProp forced a risky usage of pointers.
|
2022-05-25 02:11:00 +09:00 |
|
Hajime Hoshi
|
ec2df98c70
|
internal/glfwwin: skip functions for Xbox
Updates #2084
|
2022-05-25 02:00:59 +09:00 |
|
Hajime Hoshi
|
847357c3ea
|
internal/glfwwin: remove an unused function GetKeyName
MapVirtualKeyW is not available on Xbox.
Updates #2084
|
2022-05-25 01:00:32 +09:00 |
|
Hajime Hoshi
|
bd2a31bdd8
|
internal/glfwwin: remove unnecessary comments
|
2022-05-20 23:17:03 +09:00 |
|
Hajime Hoshi
|
8c467aaa1b
|
internal/glfwwin: update GLFW to 3.3.7
Reference: 597ae79a86
|
2022-05-20 23:09:16 +09:00 |
|
Hajime Hoshi
|
edd617f80e
|
internal: add a new package glfwwin
internal/glfwwin is a pure Go implementation of GLFW for Windows.
Updates #1764
|
2022-05-20 21:36:13 +09:00 |
|