From e2c26adcf03e8bdf739aef70115d6eb3b6d2d6b8 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 4 Dec 2021 20:38:13 +0100 Subject: [PATCH] event: Mention that ButtonEvent API is not stable for Python use --- panda/src/event/buttonEvent.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/event/buttonEvent.h b/panda/src/event/buttonEvent.h index 9da453a827..d80eabf701 100644 --- a/panda/src/event/buttonEvent.h +++ b/panda/src/event/buttonEvent.h @@ -42,6 +42,9 @@ class DatagramIterator; * keyboard (and other buttons for which there is a corresponding ButtonHandle * object), while keystroke events are defined across the entire Unicode * character set. + * + * This API should not be considered stable and may change in a future version + * of Panda3D. */ class EXPCL_PANDA_EVENT ButtonEvent { PUBLISHED: