Commit Graph
11 Commits
Author SHA1 Message Date
Markus Sauermann 512a675e10 Update input event tutorial
Update input event flow graphic based on recent changes.
Made some descriptions more precise.

Input Event table:
- Added missing InputEvents Gesture, MIDI and Shortcut
- Removed unused Type Index column
2023-08-20 16:17:48 +02:00
Max Hilbrunner f7611bb4ad Merge pull request #7200 from MisoMosiSpy/input_example_keymodifiers 2023-05-18 10:49:15 +02:00
Dipal Zambare 2c1554680e Update custom mouse cursor selection screenshot 2023-04-21 13:11:46 +02:00
Dipal Zambare 6830513c08 Fix Keyboard modifiers example 2023-04-21 12:56:08 +02:00
Aaron Franke 5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Douglas d22be3aeee Give input event flow graph a background to make it visible on dark theme 2021-06-02 11:22:59 +02:00
Chris Bradfield e0b543b948 Add input examples tutorial 2019-04-02 22:16:41 -07:00
Rémi Verschelde 5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Romløk 52cdb43359 Explain order in which nodes receive input events (#1706)
* Explain order in which nodes receive input events

* Remove some rogue close-parens
2018-08-28 16:55:02 +02:00
ZX-WT 9223f4083d Added custom cursor tutorial (#1224) 2018-03-13 16:35:49 +01:00
Nathan 18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00