|
OCRudoku
v1.0
Resolve word grid with ease
|
#include <EZ_drag_select.h>
Data Fields | |
| EZ_DRAWABLE | drawable_drag |
| EZ_INTERACTIBLE | interactible_select |
| anchore_point | drag_anchore |
| SDL_Rect | selected_zone |
| int | selecting |
| void * | drag_data |
| void(* | on_start_selecting )(struct ez_drag_select *) |
| void(* | on_end_selecting )(struct ez_drag_select *) |
| anchore_point drag_anchore |
| void* drag_data |
| EZ_DRAWABLE drawable_drag |
| EZ_INTERACTIBLE interactible_select |
| void(* on_end_selecting) (struct ez_drag_select *) |
| void(* on_start_selecting) (struct ez_drag_select *) |
| SDL_Rect selected_zone |
| int selecting |