base class — bpy_struct
Settings for input devices
The name of the active key configuration
| Type : | string, default “” |
|---|
Amount of pixels you have to drag before dragging UI items happens
| Type : | int in [3, 40], default 0 |
|---|
| Type : | bpy_prop_collection of KeyMap, (readonly) |
|---|
Invert the axis of mouse movement for zooming
| Type : | boolean, default False |
|---|
Swap the Mouse Wheel zoom direction
| Type : | boolean, default False |
|---|
The time (in ms) for a double click
| Type : | int in [1, 1000], default 0 |
|---|
The overall panning speed of an NDOF device, as percent of standard
| Type : | int in [0, 200], default 0 |
|---|
The overall rotation speed of an NDOF device, as percent of standard
| Type : | int in [0, 200], default 0 |
|---|
The mouse button used for selection
| Type : | enum in [‘LEFT’, ‘RIGHT’], default ‘RIGHT’ |
|---|
Causes the 1 to 0 keys to act as the numpad (useful for laptops)
| Type : | boolean, default False |
|---|
Allow moving the mouse outside the view on some manipulations (transform, ui control drag)
| Type : | boolean, default False |
|---|
Emulates Middle Mouse with Alt+Left Mouse (doesn’t work with Left Mouse Select option)
| Type : | boolean, default False |
|---|
In text window, paste with middle mouse button instead of panning
| Type : | boolean, default False |
|---|
Rotation style in the viewport
| Type : | enum in [‘TURNTABLE’, ‘TRACKBALL’], default ‘TURNTABLE’ |
|---|
Axis of mouse movement to zoom in or out on
| Type : | enum in [‘VERTICAL’, ‘HORIZONTAL’], default ‘VERTICAL’ |
|---|
Which style to use for viewport scaling
| Type : | enum in [‘CONTINUE’, ‘DOLLY’, ‘SCALE’], default ‘CONTINUE’ |
|---|
The number of lines scrolled at a time with the mouse wheel
| Type : | int in [0, 32], default 0 |
|---|
Inherited Properties
Inherited Functions
|
References