OCRudoku  v1.0
Resolve word grid with ease
Loading...
Searching...
No Matches
ez_button Struct Reference

#include <EZ_button.h>

Data Fields

EZ_DRAWABLE drawable_button
 
EZ_INTERACTIBLE interactible_button
 
anchore_point button_anchore
 
int button_pressed
 
void * button_data
 
void(* on_button_down )(struct ez_button *)
 
void(* on_button_up )(struct ez_button *)
 

Field Documentation

◆ button_anchore

anchore_point button_anchore

◆ button_data

void* button_data

◆ button_pressed

int button_pressed

◆ drawable_button

EZ_DRAWABLE drawable_button

◆ interactible_button

EZ_INTERACTIBLE interactible_button

◆ on_button_down

void(* on_button_down) (struct ez_button *)

◆ on_button_up

void(* on_button_up) (struct ez_button *)

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