diff options
| -rw-r--r-- | pugl_test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl_test.c b/pugl_test.c index 4a3d066..367e7a4 100644 --- a/pugl_test.c +++ b/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 ",  | 
