Blender V4.5
blender::ed::asset::ScreenshotOperatorData Struct Reference

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
 

Detailed Description

Definition at line 982 of file asset_ops.cc.

Member Data Documentation

◆ crossed_threshold

bool blender::ed::asset::ScreenshotOperatorData::crossed_threshold

Definition at line 991 of file asset_ops.cc.

◆ drag_end

int2 blender::ed::asset::ScreenshotOperatorData::drag_end

Definition at line 984 of file asset_ops.cc.

◆ drag_start

int2 blender::ed::asset::ScreenshotOperatorData::drag_start

Definition at line 984 of file asset_ops.cc.

◆ draw_handle

void* blender::ed::asset::ScreenshotOperatorData::draw_handle

Definition at line 983 of file asset_ops.cc.

Referenced by blender::ed::asset::screenshot_preview_invoke().

◆ force_square

bool blender::ed::asset::ScreenshotOperatorData::force_square

Definition at line 994 of file asset_ops.cc.

◆ is_mouse_down

bool blender::ed::asset::ScreenshotOperatorData::is_mouse_down

Definition at line 989 of file asset_ops.cc.

◆ last_cursor

int2 blender::ed::asset::ScreenshotOperatorData::last_cursor

Definition at line 984 of file asset_ops.cc.

◆ p1

int2 blender::ed::asset::ScreenshotOperatorData::p1

Definition at line 987 of file asset_ops.cc.

◆ p2

int2 blender::ed::asset::ScreenshotOperatorData::p2

Definition at line 987 of file asset_ops.cc.

◆ shift_area

bool blender::ed::asset::ScreenshotOperatorData::shift_area

Definition at line 993 of file asset_ops.cc.


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