Commit Graph

4 Commits

Author SHA1 Message Date
ba30cc49d5 Use std::string when setting Window title instead of std::string_view 2025-09-07 02:21:45 +10:00
db7d50c371 Refactor various headers 2025-06-26 22:00:28 +10:00
04eec1b703 Use [[nodiscard]] attribute more sparingly
Removed all uses of the [[nodiscard]] attribute unless ignoring the
return value would lead to an error or leak e.g. memory allocations.
2025-06-26 20:28:21 +10:00
d89f8de08f Move WindowDriver implementations to platform folder 2025-06-21 01:23:54 +10:00