From 6319e8f787f4d33d4378e08dfc9234b249ffdf7f Mon Sep 17 00:00:00 2001 From: Andrew Kravchuk Date: Mon, 16 Oct 2023 14:01:07 +0200 Subject: [PATCH] Fixed broken link in Allegro5 backend readme --- demo/allegro5/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/allegro5/Readme.md b/demo/allegro5/Readme.md index 71a4840d7..e5dcce244 100644 --- a/demo/allegro5/Readme.md +++ b/demo/allegro5/Readme.md @@ -1,6 +1,6 @@ # Allegro v5 nuklear backend -This backend provides support for [Allegro version 5](http://liballeg.org/). It works on on all supported platforms with an OpenGL backend, including iOS and Android. +This backend provides support for [Allegro version 5](https://liballeg.github.io). It works on on all supported platforms with an OpenGL backend, including iOS and Android. Touch support is provided by handling the first touch (ignoring any extra simultaneous touches) and emitting nuklear mouse events. nuklear will handle only the first touch like a single left-mouse click. Dragging the touch screen emits mouse-move events.