Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Sample code issues v2 #15

Closed
ktb92677 opened this issue Sep 30, 2015 · 1 comment
Closed

Sample code issues v2 #15

ktb92677 opened this issue Sep 30, 2015 · 1 comment

Comments

@ktb92677
Copy link

Hey! Just wanted to list here some issues with your sample code:

"zr_combo(&context, items, LEN(items), &item, 20, &active);"
zr_combo isn't a function.

"zr_window_init(&window, 50, 50, 220, 180,
ZR_WINDOW_BORDER|ZR_WINDOW_MOVEABLE|ZR_WINDOW_SCALEABLE,
&queue, &style, &input);"

This function actually requires a "zr_rect"

Just wanted to mention these! Thanks for all your hard work here.

@vurtun vurtun closed this as completed in fb7d653 Sep 30, 2015
@vurtun
Copy link
Owner

vurtun commented Sep 30, 2015

Hey, thanks for always finding and posting issues. It is really hard to check everything with all these refactoring changes so it is always nice to have people find and mention problems. As for issue #14 and #15 they are hopefully fixed now.

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

No branches or pull requests

2 participants