Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDrawingSurface::drawPolygon and GDrawingSurface::fillPolygon for non-std::initializer_list arguments #78

Open
htiek opened this issue Jul 11, 2024 · 0 comments

Comments

@htiek
Copy link
Collaborator

htiek commented Jul 11, 2024

The existing functions GDrawingSurface::drawPolygon and GDrawingSurface::fillPolygon currently only accept std::initializer_lists as arguments. This means that it's not possible to dynamically generate a list of points that make up the polygon (say, as a Vector<GPoint>) and pass that as an argument to these functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant