Added ability to set custom mouse cursors. Not hardware accelerated yet.

This commit is contained in:
Juan Linietsky 2015-09-24 18:06:15 -03:00
parent 59e1ad2773
commit 82a3304458
23 changed files with 611 additions and 407 deletions

View file

@ -50,6 +50,8 @@
#include <fcntl.h>
#include <stdio.h>
#include "main/input_default.h"
/**
@author Juan Linietsky <reduzio@gmail.com>
*/