Tutorial: Gui tutorial descriptions.

This commit is contained in:
Zbigniew Rębacz 2026-01-09 00:31:17 +01:00
parent 0ed253c70c
commit 2e6e3caf15
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
description "Reacting to input events\377";
description "Reacting to input events - mouse\377";
uses
CtrlLib;

View file

@ -1,3 +1,5 @@
description "Reacting to input events - keyboard\377";
uses
CtrlLib;