You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,7 +127,7 @@ Here is full **Druid** components list.
121
127
|**[Back Handler](/api/components/base/back_handler_api.md)**| Call callback on user "Back" action. It's a Android back button or keyboard backspace key |[Back Handler Example](https://insality.github.io/druid/?example=ui_example_basic_back_handler)| <imgsrc="media/preview/back_handler.gif"width="200"height="100"> |
122
128
|**[Static Grid](/api/components/base/static_grid_api.md)**| Logic over GUI Node. Component to manage node positions with all equal node sizes. |[Static Gid Example](https://insality.github.io/druid/?example=ui_example_basic_grid)| <imgsrc="media/preview/static_grid.gif"width="200"height="100"> |
123
129
|**[Hover](/api/components/base/hover_api.md)**| Logic over GUI Node. Handle hover action over node. For both: mobile touch and mouse cursor. |[Hover Example](https://insality.github.io/druid/?example=ui_example_basic_hover)| <imgsrc="media/preview/hover.gif"width="200"height="100"> |
124
-
|**[Swipe](/api/components/base/swipe_api.md)**| Logic over GUI Node. Handle swipe gestures over node. |[Swipe Example](https://insality.github.io/druid/?example=ui_example_basic_swipe)| <imgsrc="media/preview/swipe.gif"width="200"height="100"> |
130
+
|**[Swipe](/api/components/extended/swipe_api.md)**| Logic over GUI Node. Handle swipe gestures over node. |[Swipe Example](https://insality.github.io/druid/?example=ui_example_basic_swipe)| <imgsrc="media/preview/swipe.gif"width="200"height="100"> |
125
131
|**[Drag](/api/components/base/drag_api.md)**| Logic over GUI Node. Handle drag input actions. Can be useful to make on screen controlls. |[Drag Example](https://insality.github.io/druid/?example=ui_example_basic_drag)| <imgsrc="media/preview/drag.gif"width="200"height="100"> |
126
132
|**[Data List](/api/components/extended/data_list_api.md)**| Logic over Scroll and Grid components. Create only visible GUI nodes or components to make "infinity" scroll befaviour |[Data List Example](https://insality.github.io/druid/?example=ui_example_data_list_basic)| <imgsrc="media/preview/data_list.gif"width="200"height="100"> |
127
133
|**[Input](/api/components/extended/input_api.md)**| Logic over GUI Node and GUI Text (or Text component). Provides basic user text input. |[Input Example](https://insality.github.io/druid/?example=ui_example_basic_input)| <imgsrc="media/preview/input.gif"width="200"height="100"> |
@@ -137,7 +143,7 @@ Here is full **Druid** components list.
137
143
138
144
## Druid Events
139
145
140
-
All **Druid** components using [Defold Event](https://github.com/Insality/defold-event) for components callbacks. In component API ([button example](https://insality.github.io/druid/modules/Button.html#on_click)) pointed list of component events. You can manually subscribe to these events with the following API:
146
+
All **Druid** components using [Defold Event](https://github.com/Insality/defold-event) for components callbacks. In component API ([button example](/api/components/base/button_api.md#fields)) pointed list of component events. You can manually subscribe to these events with the following API:
141
147
142
148
-**event:subscribe**(callback)
143
149
@@ -187,8 +193,10 @@ To better understand **Druid**, read the following documentation:
187
193
188
194
-[How To GUI in Defold](https://forum.defold.com/t/how-to-gui-in-defold/73256)
@@ -198,16 +206,16 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
198
206
199
207
## Issues and suggestions
200
208
201
-
If you have any issues, questions or suggestions please [create an issue](https://github.com/Insality/druid/issues) or contact me: [insality@gmail.com](mailto:insality@gmail.com)
209
+
If you have any issues, questions or suggestions please [create an issue](https://github.com/Insality/druid/issues)
202
210
203
211
204
212
## History
205
213
For a complete history of the development of **Druid**, please check the [changelog](docs_md/changelog.md).
206
214
207
215
208
-
## 👏 Contributors
216
+
## Contributors
209
217
210
-
Original idea by [AGulev](https://github.com/AGulev)
218
+
Original Druid idea by [AGulev](https://github.com/AGulev)
211
219
212
220
Special thanks to all the contributors who have helped make **Druid** better!
0 commit comments