mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Rekative snap - add comments
This commit is contained in:
parent
119c644dc0
commit
9a55bcb04f
2 changed files with 10 additions and 0 deletions
|
|
@ -41,7 +41,14 @@ class ArdourKeyboard : public Gtkmm2ext::Keyboard
|
|||
|
||||
ARDOUR_UI& ui;
|
||||
|
||||
/** @param state The button state from a GdkEvent.
|
||||
* @return true if the modifier state indicates snap modifier
|
||||
*/
|
||||
static bool indicates_snap (guint state);
|
||||
|
||||
/** @param state The button state from a GdkEvent.
|
||||
* @return true if the modifier state indicates snap delta
|
||||
*/
|
||||
static bool indicates_snap_delta (guint state);
|
||||
|
||||
static void set_constraint_modifier (guint);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue