Commit | Line | Data |
---|---|---|
a76fd953 PI |
1 | int maemo_init(int *argc, char ***argv); |
2 | void maemo_finish(); | |
d64280d6 | 3 | |
4 | extern char file_name[MAXPATHLEN]; | |
5 | extern int g_maemo_opts; | |
a76fd953 PI |
6 | |
7 | extern inline void key_press_event(int key,int type); | |
8 | ||
9 | typedef struct | |
10 | { | |
11 | int sens; | |
12 | int y_def; | |
13 | float maxValue; | |
14 | float xMultiplier; | |
15 | float yMultiplier; | |
16 | } accel_option; | |
17 | ||
18 | extern accel_option accelOptions; |