|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#define EVENT_CB(ev) if(handle->cb[ev])handle->cb[ev]((Button*)handle)
|
|
|
|
#define EVENT_CB(ev) if(handle->cb[ev])handle->cb[ev]((Button*)handle)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//button handle list head.
|
|
|
|
//button handle list head.
|
|
|
|
static struct Button* head_handle = NULL;
|
|
|
|
static struct Button* head_handle = NULL;
|
|
|
|
|
|
|
|
|
|
|
|
|