The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Renard::Curie::Component::PageDrawingArea::Role::KeyBindings - A role to setup the key bindings for a page drawing area

VERSION

version 0.005

METHODS

setup_keybindings

  method setup_keybindings()

Sets up the signals to capture key presses on this component.

CALLBACKS

on_key_press_event_cb

  callback on_key_press_event_cb($window, $event, $self)

Callback that responds to specific key events and dispatches to the appropriate handlers.

AUTHOR

Project Renard

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Project Renard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.