Package bpy :: Module types :: Class UserPreferences :: Class UserPreferencesInput
[hide private]
[frames] | no frames]

Class UserPreferencesInput

The Input Object

Settings for input devices.

References

Instance Variables [hide private]
boolean continuous_mouse
Allow moving the mouse outside the view on some manipulations (transform, ui control drag).
boolean emulate_3_button_mouse
Emulates Middle Mouse with Alt+LeftMouse (doesnt work with Left Mouse Select option.)
boolean emulate_numpad
Causes the 1 to 0 keys to act as the numpad (useful for laptops).
boolean invert_zoom_direction
Invert the axis of mouse movement for zooming
int in [0, 200] ndof_pan_speed
The overall panning speed of an NDOF device, as percent of standard.
int in [0, 200] ndof_rotate_speed
The overall rotation speed of an NDOF device, as percent of standard.
enum select_mouse
The mouse button used for selection.
enum view_rotation
Rotation style in the viewport.
enum viewport_zoom_style
Which style to use for viewport scaling.
enum zoom_axis
Axis of mouse movement to zoom in or out on.
Instance Variable Details [hide private]

select_mouse

The mouse button used for selection. in...
  • LEFT
  • RIGHT
Type:
enum

view_rotation

Rotation style in the viewport. in...
  • TURNTABLE
  • TRACKBALL
Type:
enum

viewport_zoom_style

Which style to use for viewport scaling. in...
  • CONTINUE
  • DOLLY
  • SCALE
Type:
enum

zoom_axis

Axis of mouse movement to zoom in or out on. in...
  • VERTICAL
  • HORIZONTAL
Type:
enum