MoAlyousef / zfltk

Zig bindings for the FLTK gui library
MIT License
58 stars 7 forks source link

setTextColor on Input and Output calls a function of Color that does not exist #28

Closed 11Spades closed 1 year ago

11Spades commented 1 year ago

As the title suggests, the setTextColor functions of both Input and Output do not currently work -- they make a call to Color.input(), which does not exist.

This issue is addressed by #27