From d4c30bb4e73417160d1e0d951f7646d44215afa3 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 30 Nov 2022 14:02:51 +0100 Subject: [PATCH] tform: Add `@since` to doc of `MouseWatcher::is_raw_button_down()` --- panda/src/tform/mouseWatcher.I | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/tform/mouseWatcher.I b/panda/src/tform/mouseWatcher.I index b0ab269fb0..6626454a63 100644 --- a/panda/src/tform/mouseWatcher.I +++ b/panda/src/tform/mouseWatcher.I @@ -147,6 +147,8 @@ is_button_down(ButtonHandle button) const { /** * Similar to is_button_down(), but uses the raw button handle as reported by * the raw- prefixed events, and is not subject to the inactivity timer. + * + * @since 1.11.0 */ INLINE bool MouseWatcher:: is_raw_button_down(ButtonHandle button) const {