Browse Source

event: Mention that ButtonEvent API is not stable for Python use

rdb 4 years ago
parent
commit
e2c26adcf0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/event/buttonEvent.h

+ 3 - 0
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: