No Description

WebBridge.h 341B

1234567891011121314151617
  1. #pragma once
  2. using namespace Windows::Foundation;
  3. namespace WebViewBridge
  4. {
  5. [Windows::Foundation::Metadata::AllowForWebAttribute]
  6. public ref class WebBridge sealed
  7. {
  8. public:
  9. WebBridge(int64 tag);
  10. void PostMessage();
  11. };
  12. }
  13. // https://github.com/MicrosoftEdge/JSBrowser/blob/master/NativeListener/KeyHandler.h