|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for PinnableCursor:Public Member Functions | |
| SettableBooleanValue | isPinned () |
Public Member Functions inherited from Cursor | |
| void | selectPrevious () |
| HardwareActionBindable | selectPreviousAction () |
| void | selectNext () |
| HardwareActionBindable | selectNextAction () |
| void | selectFirst () |
| void | selectLast () |
| BooleanValue | hasNext () |
| BooleanValue | hasPrevious () |
| void | addCanSelectPreviousObserver (BooleanValueChangedCallback callback) |
| void | addCanSelectNextObserver (BooleanValueChangedCallback callback) |
Public Member Functions inherited from RelativeHardwarControlBindable | |
| default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
| RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
Interface that defines a cursor that can be "pinned".
Definition at line 10 of file PinnableCursor.java.
| SettableBooleanValue isPinned | ( | ) |
Determines if this cursor is currently pinned or not. If the cursor is pinned then it won't follow the selection the user makes in the application.