summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cbuttonarray.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cbuttonarray.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/cbuttonarray.hxx b/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
index 487a6cb9f..435fa1080 100644
--- a/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
+++ b/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
@@ -133,7 +133,16 @@ namespace NXWidgets
virtual void onClick(nxgl_coord_t x, nxgl_coord_t y);
/**
- * Raises an action event and redraws the button.
+ * Raises an action.
+ *
+ * @param x The x coordinate of the mouse.
+ * @param y The y coordinate of the mouse.
+ */
+
+ virtual void onPreRelease(nxgl_coord_t x, nxgl_coord_t y);
+
+ /**
+ * Redraws the button.
*
* @param x The x coordinate of the mouse.
* @param y The y coordinate of the mouse.