Skip to content

Commit

Permalink
make test report keybindings to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
hodefoting committed Aug 12, 2016
1 parent 18712e8 commit d8e77d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ int main ()
}
mmm_write_done (fb, 0, 0, -1, -1);
frame++;

while (mmm_has_event (fb))
{
const char *event = mmm_get_event (fb);
fprintf (stderr, "%s\n", event);
}
}

mmm_destroy (fb);
Expand Down

0 comments on commit d8e77d7

Please sign in to comment.