-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: some documentation errors & add Send* functions
- Loading branch information
Showing
27 changed files
with
205 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# Это папка с примерами использования библиотеки | ||
# примеры использования библиотеки | ||
|
||
Makefile нужно подредактировать, чтобы у вас всё нормально скомпилировалось. Посмотри его, там инструкции все есть. | ||
Просто посмотрите исходники, скомпилируйте и запустите примеры и всё станет понятнее | ||
|
||
## Hello world | ||
|
||
Просто окно с написью и кнопкой. | ||
|
||
|
||
по нажатию на у надписи меняется цвет текста. | ||
|
||
## Mouse Position | ||
|
||
показывает координаты мыши |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# User Interface | ||
# namespace UI | ||
|
||
Тут находятся элементы интерфейса | ||
|
||
Вот их список: | ||
+ `UIElement` - Класс от которого наследуются все остальные | ||
+ `Button` - кнопка | ||
+ `TextLabel` - Текстовая метка | ||
+ `Frame` - Фрейм, может хранить в себе другие элементы | ||
+ `Button` - кнопка | ||
+ `CheckBox` - Чекбокс | ||
+ `TextButton` - кнопка с текстом, тоже что и TextLabel но кнопка | ||
+ `ImageButton` - кнопка с картинкой, тоже что и Image но кнопка | ||
+ `Image` - Просто изображение | ||
+ `Form` - форма для ввода текста | ||
+ `Menu` - Выпадающий список меню | ||
+ 'CheckBox' - наследуется от кнопки |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.