Interface PinnableCursor
- All Superinterfaces:
Cursor,HardwareBindable,RelativeHardwarControlBindable
- All Known Subinterfaces:
CursorTrack,PinnableCursorClip,PinnableCursorDevice
Interface that defines a cursor that can be "pinned".
- Since:
- API version 2
-
Method Summary
Modifier and TypeMethodDescriptionisPinned()Determines if this cursor is currently pinned or not.Methods inherited from interface com.bitwig.extension.controller.api.Cursor
addCanSelectNextObserver, addCanSelectPreviousObserver, hasNext, hasPrevious, selectFirst, selectLast, selectNext, selectNextAction, selectPrevious, selectPreviousActionMethods inherited from interface com.bitwig.extension.controller.api.RelativeHardwarControlBindable
addBinding, addBindingWithSensitivity
-
Method Details
-
isPinned
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.- Since:
- API version 2
-