Skip to content

Commit

Permalink
missing section links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 11, 2024
1 parent c131563 commit 4dc8600
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions accelerometer-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ properties for desktop, mobile, and web, but you need to use the
Accelerometer feature on the user's device. If `Accelerometer.isSupported` is
`true` at runtime, then Accelerometer support currently exists.

## Section Contents

- [Detecting accelerometer changes](./detecting-accelerometer-changes.md)

## More Help Topics

- [openfl.sensors.Accelerometer](https://api.openfl.org/openfl/sensors/Accelerometer.html)
Expand Down
4 changes: 4 additions & 0 deletions copy-and-paste/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ format can be deferred so that the format is not actually created until the data
in that format is read.
-->

## Section Contents

- [Reading from and writing to the system clipboard](./reading-from-and-writing-to-the-system-clipboard.md)

## More Help Topics

- [Clipboard](https://api.openfl.org/openfl/desktop/Clipboard.html)
Expand Down
2 changes: 1 addition & 1 deletion http-communications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ images, video and to exchange messages.
## Section Contents

- [Loading external data](./loading-external-data.md)
- [Web service requests](./web-service-requests.md)

<!-- TODO: uncomment when these documents are adapted for OpenFL
- [Web service requests](./web-service-requests.md)
- [Opening a URL in another application](./opening-a-url-in-another-application.md)-->

## More Help topics
Expand Down
1 change: 1 addition & 0 deletions using-the-textfield-class/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ to respond to user actions related to text.
- [Formatting text](./formatting-text.md)
- [Advanced text rendering](./advanced-text-rendering.md)
- [Working with static text](./working-with-static-text.md)
- [Working with font assets](./working-with-font-assets.md)

<!-- TODO: uncomment when this content is adapted for OpenFL
- [TextField Example: Newspaper-style text formatting](./textfield-example-newspaper-style-text-formatting.md)-->
1 change: 1 addition & 0 deletions working-with-bitmaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ In addition to its vector drawing capabilities, OpenFL includes the ability to c
- [Compressing bitmap data](./compressing-bitmap-data.md)
- [Making textures with noise functions](./making-textures-with-noise-functions.md)
- [Scrolling bitmaps](./scrolling-bitmaps.md)
- [Working with bitmap assets](./working-with-bitmap-assets.md)

<!-- TODO: uncomment when this content is adapted for OpenFL
- [Taking advantage of mipmapping](./taking-advantage-of-mipmapping.md)
Expand Down
1 change: 1 addition & 0 deletions working-with-byte-arrays/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ connection or save it to a file.
## Section Contents

- [Reading and writing a byte array](./reading-and-writing-a-byte-array.md)
- [Working with byte array assets](./working-with-byte-array-assets.md)

<!-- TODO: uncomment when this content is adapted for OpenFL
- [ByteArray example: Reading a .zip file](./bytearray-example-reading-a-zip-file.md)-->
Expand Down

0 comments on commit 4dc8600

Please sign in to comment.