From e3fdfaf31231a847410253d85e66844e6459a93a Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 28 Mar 2010 13:29:43 +0000 Subject: [PATCH] Fix API reference explanation for relative mouse --- panda/src/display/windowProperties.I | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/panda/src/display/windowProperties.I b/panda/src/display/windowProperties.I index 97292f02de..afae00b4f2 100644 --- a/panda/src/display/windowProperties.I +++ b/panda/src/display/windowProperties.I @@ -758,9 +758,11 @@ clear_z_order() { // more interested in how fast the mouse is moving, // rather than precisely where the pointer is hovering. // -// This has no effect on Windows and Linux, which do not -// have this concept; but is important to do on OSX to -// properly enable a smooth FPS-style mouselook mode. +// This has no effect on Windows, which does not +// have this concept; but is important to do on OSX +// and Unix/X11 to properly enable a smooth FPS-style +// mouselook mode. On Unix/X11, this requires the +// Xxf86dga extension to be available. //////////////////////////////////////////////////////////////////// INLINE void WindowProperties:: set_mouse_mode(MouseMode mode) {