Skip to content

Commit b62f436

Browse files
print refresh info
1 parent 8103934 commit b62f436

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/callbacks/callbacks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ void dragfunc(const RGFW_event* e) {
128128
static
129129
void windowrefreshfunc(const RGFW_event* e) {
130130
if (e->common.win != window) return;
131+
printf("refresh %i %i %i %i\n", e->update.x, e->update.y, e->update.w, e->update.h);
131132
}
132133

133134
static

0 commit comments

Comments
 (0)