Skip to content

Simple drawing issues #971

Answered by Pickle
Pickle asked this question in Q&A
Oct 22, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

figured out finally. The arguments for the function is x1,y1,x2,y2.
_ellipse( _GFILLINTERIOR, x, y, x+block_w, y+block_h );

It doesnt help the header file only has has the types in the declarations so it a guessing game what things are.
I figured out by finally finding where the function lives in the right C file.
Tried finding it in the wiki info but i havnt seen it. Doesnt seem very ideal.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jmalak
Comment options

@Pickle
Comment options

@jmalak
Comment options

Answer selected by Pickle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants