Blender V4.3
MouseCoords Class Reference

Public Member Functions

 MouseCoords (const View2D *v2d, int x, int y)
 

Public Attributes

blender::int2 region
 
blender::float2 view
 

Detailed Description

Definition at line 60 of file sequencer_select.cc.

Constructor & Destructor Documentation

◆ MouseCoords()

MouseCoords::MouseCoords ( const View2D * v2d,
int x,
int y )
inline

Definition at line 65 of file sequencer_select.cc.

References UI_view2d_region_to_view(), x, and y.

Member Data Documentation

◆ region

blender::int2 MouseCoords::region

Definition at line 62 of file sequencer_select.cc.

Referenced by sequencer_select_exec(), and sequencer_select_handle_exec().

◆ view

blender::float2 MouseCoords::view

Definition at line 63 of file sequencer_select.cc.

Referenced by sequencer_select_exec(), and sequencer_select_handle_exec().


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