xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 3KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-22
  • 語言: 其他
  • 標簽: linux??

資源簡介

在linux下 將游戲手柄的按鍵 映射到 鍵盤 發送到系統消息中, 可以用游戲手柄玩本來只能鍵盤玩的游戲

資源截圖

代碼片段和文件信息

#include???
#include???
#include???
#include???
#include???
#include???
#include???
#include???
#include?

static?int?fd;
int?openjoy(const?char?*dev)
{
????printf(“open:%s\r\n“dev);
????fd?=?open(dev?O_RDONLY);
????if?(fd?????return?fd;
}

int?readjoy(int?*keyint?*value)
{
????int?len;
????struct?js_event?js;
????len?=?read(fd?&js?sizeof(struct?js_event));
????if?(len?????*key=js.type*10+js.number;
????*value=js.value;
????return?0;
}

void?closejoy(void)
{
????close(fd);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????113??2018-08-14?12:32??joy.h
?????文件????????2983??2018-08-14?12:25??main.c
?????文件?????????249??2018-08-14?12:33??makefile
?????文件????????1783??2018-08-14?12:31??vkey.c
?????文件?????????155??2018-08-14?12:29??vkey.h
?????文件?????????660??2018-08-14?12:31??joy.c

評論

共有 條評論