Ahmad Fatoum
7 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: C3EAC3DE9321D59B
共有
1 個文件被更改,包括
4 次插入 和
0 次删除
-
src/external/glfw/src/linux_joystick.c
|
|
@ -38,6 +38,10 @@ |
|
|
|
#include <string.h> |
|
|
|
#include <unistd.h> |
|
|
|
|
|
|
|
#ifndef SYN_DROPPED // < 2.6.39 kernel headers |
|
|
|
#define SYN_DROPPED 3 |
|
|
|
#endif |
|
|
|
|
|
|
|
// Apply an EV_KEY event to the specified joystick |
|
|
|
// |
|
|
|
static void handleKeyEvent(_GLFWjoystick* js, int code, int value) |
|
|
|