1 Star 0 Fork 0

sj/xkb-switch-win

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libxkbswitchwin.h 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef LIBXKBSWITCHWIN_H_INCLUDED
#define LIBXKBSWITCHWIN_H_INCLUDED
#include <windows.h>
#define MAX_LAYS 10
#define LBUF 3
#define KBUF_SIZE 256
#define BIGBUF 500
#if defined(_MSC_VER)
#define DX_EXPORT
#else
#define DX_EXPORT __declspec(dllexport)
#endif
char dtolower(char c);
int dxGetLayout(long a);
const char * Xkb_Switch_getXkbLayout( const char * param /* unused */ );
const char * Xkb_Switch_setXkbLayout( const char * newgrp );
//char dxGetLocalizedCharByUS(char c, int layout);
const char * Xkb_Switch_getLocalizedCharByUS( char c, const char * grp, int isUTF );
const char * Xkb_Switch_getLocalizedCharByUSutf( char c, const char * grp );
const char * Xkb_Switch_getLocalizedCharByUSansi( char c, const char * grp );
const char * Xkb_Switch_getCurrentCharByUSutf(const char * curChar);
const char * Xkb_Switch_getCurrentCharByUSansi(const char * curChar);
const char * Xkb_Switch_getCurrentStringByUS(const char * curString);
#endif // LIBXKBSWITCHWIN_H_INCLUDED
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shenjian74/xkb-switch-win.git
git@gitee.com:shenjian74/xkb-switch-win.git
shenjian74
xkb-switch-win
xkb-switch-win
master

搜索帮助