Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional info on state changes of buttons #62

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Commits on Sep 9, 2015

  1. Initializing a camera controller does not raise an exception, if the …

    …camera is not opened. This is useful to check, if a camera is opened or closed.
    sven-bock committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    18a8c4b View commit details
    Browse the repository at this point in the history
  2. On state change in addition to the state, the itb name, "button" or "…

    …wheel" and the button id or wheel position is sent in the arguments.
    
    This is useful to use one callback for all buttons.
    sven-bock committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    9efbb00 View commit details
    Browse the repository at this point in the history
  3. On state change the name of the button is sent in addtion to its stat…

    …e. Useful for common callbacks
    sven-bock committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    022d23e View commit details
    Browse the repository at this point in the history