Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libmanette-0.2-0 /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
841
B
-rw-r--r--
copyright
1007
B
-rw-r--r--
NEWS.gz
2.02
KB
-rw-r--r--
README.md
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# libmanette The simple GObject game controller library. libmanette offers painless access to game controllers, from any programming language and with little dependencies. It supports the de-facto standard gamepad, as defined by the [W3C standard gamepad specification](https://www.w3.org/TR/gamepad/) or as implemented by the [SDL GameController](https://wiki.libsdl.org/CategoryGameController). Convertion of raw gamepad events into usable ones is handled transparently using an embedded library of mappings in the popular SDL mapping string format. The API is inspired by the device and event handling of GDK, so anybody used to [GTK](https://gtk.org/) should feel right at home. ## Building and Installing the Library Meson is the buildsystem of libmanette, to build and install it run: # meson build # cd build # ninja # ninja install ## Testing the Library libmanette comes with the manette-test tool, which will display events from game controllers. You can run it from the build directory with: # demos/manette-test/manette-test
Close