1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

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

@@ -40,6 +40,7 @@
#include "servers/visual/rasterizer.h"
#include "audio_server_javascript.h"
#include "audio_driver_javascript.h"
#include "main/input_default.h"
typedef void (*GFXInitFunc)(void *ud,bool gl2,int w, int h, bool fs);
typedef int (*OpenURIFunc)(const String&);