Home
last modified time | relevance | path

Searched refs:BRIGHTON_MOD_CONTROL (Results 1 – 2 of 2) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonEventHandlers.c54 if ((event->key == 'p') && (event->flags & BRIGHTON_MOD_CONTROL)) in brightonKeyPress()
69 if ((event->key == 't') && (event->flags & BRIGHTON_MOD_CONTROL)) in brightonKeyPress()
77 } else if ((event->key == 'o') && (event->flags & BRIGHTON_MOD_CONTROL)) { in brightonKeyPress()
120 if ((event->flags & BRIGHTON_MOD_CONTROL) in brightonKeyPress()
123 else if (event->flags & BRIGHTON_MOD_CONTROL) in brightonKeyPress()
150 if (~event->flags & BRIGHTON_MOD_CONTROL) in brightonKeyRelease()
/dports/audio/bristol/bristol-0.60.10/include/brighton/
H A Dbrightonevents.h71 #define BRIGHTON_MOD_CONTROL 4 macro