HeitorMP / minilibx_key_checker

Return the code from a pressed key using minilix library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minilibx_key_checker

A very simple program that return the code from a pressed key using minilix library.

This program was my first contact with the minilix library and I wrote it to help me with so_long project from 42!

Install dependencies:

sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-dev

Install and run:

make
./key_checker

About

Return the code from a pressed key using minilix library.


Languages

Language:C 70.3%Language:Roff 24.4%Language:Makefile 2.6%Language:Shell 2.0%Language:Perl 0.7%