Index: xfa/fwl/core/ifwl_widget.h |
diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h |
index 8bbf8da469e3b5f02577941aff91bdc8c39b0311..1c469b276c093362647c697a59cddb78e592f9ae 100644 |
--- a/xfa/fwl/core/ifwl_widget.h |
+++ b/xfa/fwl/core/ifwl_widget.h |
@@ -75,6 +75,8 @@ class IFWL_Widget { |
uint32_t dwStylesExRemoved); |
uint32_t GetStates(); |
void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE); |
+ uint32_t GetEventKey() const; |
+ void SetEventKey(uint32_t key); |
FWL_Error SetPrivateData(void* module_id, |
void* pData, |
PD_CALLBACK_FREEDATA callback); |