Commit graph

5 commits

Author SHA1 Message Date
Marcel Hellkamp
c651046e3f Added canvas_fill(rgba) and a 50% black fill bound to the 'c' key. 2018-03-29 18:39:37 +02:00
Marcel Hellkamp
0090f518e9 Fix: Resize callback won't fire and canvas_get_size would return wrong size.
The canvas_get_size function now returns the number of visible pixels after scaling.
The canvas resize callback now fires after a window was created or updated.
2018-03-29 18:37:18 +02:00
Marcel Hellkamp
b736e44347 Fix canvas key callback signature 2018-03-29 15:56:32 +02:00
Marcel Hellkamp
a80c3876c7 Fix protocol parser and logic. Stuff works now :D 2018-03-29 15:25:40 +02:00
Marcel Hellkamp
68c34c5346 Added C implementation (incomplete) 2018-03-28 22:20:03 +02:00