The source code moved from the SPIN with license changed to Flora 1.1
[apps/native/home/homescreen-efl.git] / inc / mouse.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef MOUSE_H_
18 #define MOUSE_H_
19
20 #include <stdbool.h>
21
22 #include "util.h"
23
24 /**
25  * @brief Registers all mouse related callbacks.
26  */
27 extern void mouse_register(void);
28
29 /**
30  * @brief Unregisters all mouse related callbacks.
31  */
32 extern void mouse_unregister(void);
33
34
35
36 #endif /* MOUSE_H_ */