-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzglWidgetListener.cpp
executable file
·43 lines (38 loc) · 1.05 KB
/
zglWidgetListener.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* Copyright (C) 2010 ZiiLABS Pte Ltd
* All Rights Reserved.
*
* This software and its associated documentation may contain some
* proprietary, confidential and trade secret information of
* ZiiLABS Pte Ltd and except as provided by written agreement with
* ZiiLABS Pte Ltd
*
* a) no part may be disclosed, distributed, reproduced, transmitted,
* transcribed, stored in a retrieval system, adapted or translated
* in any form or by any means electronic, mechanical, magnetic,
* optical, chemical, manual or otherwise,
*
* and
*
* b) the recipient is not entitled to discover through reverse
* engineering or reverse compiling or other such techniques or
* processes the trade secrets contained therein or in the
* documentation.
*/
#include "zglWidgetListener.h"
#if 0
bool zglWidgetListener::onUpdate(long time)
{
return false;
}
#endif
bool zglWidgetListener::onTouchEvent(zglTouchEvent *event)
{
return false;
}
#if 0
bool zglWidgetListener::onKeyEvent(int event_type, int key_value)
{
return false;
}
#endif