base class — bpy_struct
Open window
Window height
| Type: | int in [0, 32767], default 0, (readonly) |
|---|
Window width
| Type: | int in [0, 32767], default 0, (readonly) |
|---|
Horizontal location of the window
| Type: | int in [-32768, 32767], default 0, (readonly) |
|---|
Vertical location of the window
| Type: | int in [-32768, 32767], default 0, (readonly) |
|---|
Set the cursor position
Set the cursor
| Parameters: | cursor (enum in [‘DEFAULT’, ‘NONE’, ‘WAIT’, ‘CROSSHAIR’, ‘MOVE_X’, ‘MOVE_Y’, ‘KNIFE’, ‘TEXT’, ‘PAINT_BRUSH’, ‘HAND’, ‘SCROLL_X’, ‘SCROLL_Y’, ‘SCROLL_XY’, ‘EYEDROPPER’]) – cursor |
|---|
Restore the previous cursor after calling cursor_modal_set
| Parameters: | cursor (enum in [‘DEFAULT’, ‘NONE’, ‘WAIT’, ‘CROSSHAIR’, ‘MOVE_X’, ‘MOVE_Y’, ‘KNIFE’, ‘TEXT’, ‘PAINT_BRUSH’, ‘HAND’, ‘SCROLL_X’, ‘SCROLL_Y’, ‘SCROLL_XY’, ‘EYEDROPPER’]) – cursor |
|---|
cursor_modal_restore
Inherited Properties
Inherited Functions
References