From d9732fbc106a6ac228912078888fbac65e78d26d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2012 18:10:46 +0000 Subject: Scroll support on Windows. --- pugl/pugl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index f173525..e5021f3 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -55,7 +55,7 @@ typedef void (*PuglMouseFunc)(PuglWindow* handle, int button, bool down, int x, int y); typedef void (*PuglReshapeFunc)(PuglWindow* handle, int width, int height); -typedef void (*PuglScrollFunc)(PuglWindow* handle, int dx, int dy); +typedef void (*PuglScrollFunc)(PuglWindow* handle, float dx, float dy); /** Create a new GL window. -- cgit v1.2.3