|
Blender V5.0
|
Public Attributes | |
| void * | draw_handle |
| int2 | drag_start |
| int2 | drag_end |
| int2 | last_cursor |
| int2 | p1 |
| int2 | p2 |
| bool | is_mouse_down |
| bool | crossed_threshold |
| bool | shift_area |
| bool | force_square |
Definition at line 979 of file asset_ops.cc.
| bool blender::ed::asset::ScreenshotOperatorData::crossed_threshold |
Definition at line 988 of file asset_ops.cc.
| int2 blender::ed::asset::ScreenshotOperatorData::drag_end |
Definition at line 981 of file asset_ops.cc.
| int2 blender::ed::asset::ScreenshotOperatorData::drag_start |
Definition at line 981 of file asset_ops.cc.
| void* blender::ed::asset::ScreenshotOperatorData::draw_handle |
Definition at line 980 of file asset_ops.cc.
| bool blender::ed::asset::ScreenshotOperatorData::force_square |
Definition at line 991 of file asset_ops.cc.
| bool blender::ed::asset::ScreenshotOperatorData::is_mouse_down |
Definition at line 986 of file asset_ops.cc.
| int2 blender::ed::asset::ScreenshotOperatorData::last_cursor |
Definition at line 981 of file asset_ops.cc.
| int2 blender::ed::asset::ScreenshotOperatorData::p1 |
Definition at line 984 of file asset_ops.cc.
| int2 blender::ed::asset::ScreenshotOperatorData::p2 |
Definition at line 984 of file asset_ops.cc.
| bool blender::ed::asset::ScreenshotOperatorData::shift_area |
Definition at line 990 of file asset_ops.cc.