equal
deleted
inserted
replaced
2164 // Alert |
2164 // Alert |
2165 EDismiss = 0, // Futuredev: value |
2165 EDismiss = 0, // Futuredev: value |
2166 // Form/Item |
2166 // Form/Item |
2167 EItemChanged = 0, // Futuredev: value |
2167 EItemChanged = 0, // Futuredev: value |
2168 // EList |
2168 // EList |
2169 ESelect = 0 // Futuredev: value |
2169 ESelect = 0, // Futuredev: value |
|
2170 EM3GDraw = 32 // M3G content is drowned on canvas |
2170 }; |
2171 }; |
2171 |
2172 |
2172 /** |
2173 /** |
2173 * Reusable notify priority event used to unblock a Java thread |
2174 * Reusable notify priority event used to unblock a Java thread |
2174 * waiting for completion of a native async operation. |
2175 * waiting for completion of a native async operation. |