Bitwig Studio Control Surface API  5.0.11
PinnableCursor Interface Reference
+ 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)
 

Detailed Description

Interface that defines a cursor that can be "pinned".

Since
API version 2

Member Function Documentation

◆ 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

The documentation for this interface was generated from the following file: