Ahmad Fatoum
7 yıl önce
ebeveyn
işleme
f955b2255d
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: C3EAC3DE9321D59B
1 değiştirilmiş dosya ile
4 ekleme ve
0 silme
-
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) |
|
|
|