From 3592404fa891943a5e38e62bd52976deb02e7dbe Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 17 Feb 2021 10:55:20 +0100 Subject: [PATCH] display: Fix GraphicsWindow::get_pointer() listed as deprecated [skip ci] --- panda/src/display/graphicsWindow.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/display/graphicsWindow.cxx b/panda/src/display/graphicsWindow.cxx index ad27b2ac46..f55cd06f66 100644 --- a/panda/src/display/graphicsWindow.cxx +++ b/panda/src/display/graphicsWindow.cxx @@ -353,9 +353,9 @@ disable_pointer_mode(int device) { }*/ /** - * Returns the MouseData associated with the nth input device's pointer. This - * is deprecated; use get_pointer_device().get_pointer() instead, or for raw - * mice, use the InputDeviceManager interface. + * Returns the MouseData associated with the nth input device's pointer. + * Using this to access raw mice (with an index other than 0) is deprecated, + * see the InputDeviceManager interface instead. */ MouseData GraphicsWindow:: get_pointer(int device) const {