OCRudoku
v1.0
Resolve word grid with ease
|
#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 *) |
anchore_point button_anchore |
void* button_data |
int button_pressed |
EZ_DRAWABLE drawable_button |
EZ_INTERACTIBLE interactible_button |
void(* on_button_down) (struct ez_button *) |
void(* on_button_up) (struct ez_button *) |