FireCubeStudios / Rebound

Windows 11 done right.
https://ivirius.vercel.app
MIT License
387 stars 9 forks source link

Spec: Make a title bar API #23

Closed Lamparter closed 2 weeks ago

Lamparter commented 3 weeks ago

📄 Description

For title bar API:

  • add comments
  • add IsInRect(x, y, width, height) bool
  • remove unnecessary code
  • write docs on the website

âš¡ API Changes

Coming soon!

👥 Usage scenarios

Coming soon!

🔙 Backward Compatibility

Not rated to affect backwards compatibility

🤔 Difficulty

Medium

IviriusMain commented 3 weeks ago

This API will make it easier to integrate custom caption buttons in Rebound apps and there will also be docs on how to use this in other projects.

IviriusMain commented 2 weeks ago

The API itself is finished, only the docs are left.

Lamparter commented 2 weeks ago

We need to establish better docs. A while ago I created Riverside Learn, a fluent-svelte version of Microsoft Learn, except it's incomplete and inspired from Files

Lamparter commented 2 weeks ago
// TODO: Create docs for titlebar API