diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-10-27 18:30:14 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-10-27 18:30:14 +0200 |
commit | 6697cbbf5eba0116b3012ab5318153c96007b376 (patch) | |
tree | 36522a3bc1a406f1b82f3d1ed584e8539c3f4a31 /pugl/pugl_test.c | |
parent | b0a89a03a800bb023fa115d7129272e880984dc6 (diff) | |
parent | 5afaf317c6380c4d950473408a94116a46f333cf (diff) | |
download | canvas_display.lv2-6697cbbf5eba0116b3012ab5318153c96007b376.tar.xz |
Merge commit '5afaf317c6380c4d950473408a94116a46f333cf'
Diffstat (limited to 'pugl/pugl_test.c')
-rw-r--r-- | pugl/pugl_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/pugl_test.c b/pugl/pugl_test.c index 4a3d066..367e7a4 100644 --- a/pugl/pugl_test.c +++ b/pugl/pugl_test.c @@ -182,6 +182,7 @@ onEvent(PuglView* view, const PuglEvent* event) (event->type == PUGL_BUTTON_PRESS) ? "down" : "up", event->button.x, event->button.y); + printModifiers(view, event->scroll.state); break; case PUGL_SCROLL: fprintf(stderr, "Scroll %f %f %f %f ", |