Window.dispatchKeyEvent - multiple declarations

Function Window.dispatchKeyEvent

dispatch keyboard event

Prototype

bool dispatchKeyEvent(
  KeyEvent event
);

Function Window.dispatchKeyEvent

dispatch key event to widgets which have wantsKeyTracking == true

Prototype

bool dispatchKeyEvent(
  Widget root,
  KeyEvent event
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0