1 Star 0 Fork 0

virqin/mumble

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.Linux 973 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Cooper 提交于 2015-05-05 14:56 . fix minor spelling mistake
OpenGL Overlay
==============
The OpenGL overlay works by intercepting the call to switch buffers, and just
before the buffer switch we draw our nice GUI.
To load a game with the overlay enabled, start the game as this:
LD_PRELOAD=/path/to/libmumble.so.1.1 gamename
If you have Mumble installed through the binary packages, this can be done by
simply typing:
mumble-overlay gamename
Global Keyboard Events
======================
On Linux, Mumble supports reading the kernel input devices. To use this,
make sure mumble can open /dev/input/event* for reading. To test it out,
that should only require:
sudo chmod a+r /dev/input/event*
However, be aware that this will most likely only last until the next reboot
(at which point devfs is recreated) and you also allow any program run by any
user to monitor the physical keyboard.
Without this, Mumble will continuously poll the mouse and keyboard state for
changes, which will use a tiny bit of processing power.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/virqin/mumble.git
git@gitee.com:virqin/mumble.git
virqin
mumble
mumble
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385