summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
index 1cea0ba68..c414abadb 100644
--- a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
+++ b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
@@ -105,6 +105,12 @@ namespace NXWidgets
#ifdef CONFIG_NX_KBD
virtual void handleKeyboardEvent(void) { }
#endif
+
+ /**
+ * Handle a NX window blocked event
+ */
+
+ virtual void handleBlockedEvent(void) { }
};
}