jan-adam

Results 3 issues of jan-adam

platform: Windows 10 ``` thread = al_create_thread(...) // other program code. // The program flow showed that this thread does not need to be started. Therefore, al_start_thread will not be...

Recently I reported that Allegro 5.2.2 introduced a bug in handling AltGr+key characters on Windows. In the case of my application, this is critical, because users from several European countries...

Here is the official Android manual: https://github.com/liballeg/android But unfortunately it contains a lot of outdated and incorrect information: 1. Outdated IDE version (Android Studio 3) 2. `implementation 'org.liballeg:allegro5-release:5.2.7.0'` doesn't work:...