mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
move EVT_NONE to base event
This commit is contained in:
parent
92a1cc9ff9
commit
35e551e29b
@ -36,11 +36,6 @@ BEGIN_C_DECLS
|
|||||||
* 类型常量定义。
|
* 类型常量定义。
|
||||||
*/
|
*/
|
||||||
typedef enum _event_type_t {
|
typedef enum _event_type_t {
|
||||||
/**
|
|
||||||
* @const EVT_NONE
|
|
||||||
* 无效事件名称。
|
|
||||||
*/
|
|
||||||
EVT_NONE = 0,
|
|
||||||
/**
|
/**
|
||||||
* @const EVT_POINTER_DOWN
|
* @const EVT_POINTER_DOWN
|
||||||
* 指针按下事件名(pointer_event_t)。
|
* 指针按下事件名(pointer_event_t)。
|
||||||
|
@ -33,6 +33,11 @@ BEGIN_C_DECLS
|
|||||||
* 类型常量定义。
|
* 类型常量定义。
|
||||||
*/
|
*/
|
||||||
typedef enum _event_base_type_t {
|
typedef enum _event_base_type_t {
|
||||||
|
/**
|
||||||
|
* @const EVT_NONE
|
||||||
|
* 无效事件名称。
|
||||||
|
*/
|
||||||
|
EVT_NONE = 0,
|
||||||
/**
|
/**
|
||||||
* @const EVT_PROP_WILL_CHANGE
|
* @const EVT_PROP_WILL_CHANGE
|
||||||
* 对象的属性即将改变的事件名(prop_change_event_t)。
|
* 对象的属性即将改变的事件名(prop_change_event_t)。
|
||||||
|
Loading…
Reference in New Issue
Block a user