grail.h | grail.h | |||
---|---|---|---|---|
skipping to change at line 471 | skipping to change at line 471 | |||
float pressure; | float pressure; | |||
}; | }; | |||
void GRAIL_PUBLIC grail_filter_abs_events(struct grail *ge, int usage); | void GRAIL_PUBLIC grail_filter_abs_events(struct grail *ge, int usage); | |||
int GRAIL_PUBLIC grail_get_contacts(const struct grail *ge, | int GRAIL_PUBLIC grail_get_contacts(const struct grail *ge, | |||
struct grail_contact *touch, int max_tou ch); | struct grail_contact *touch, int max_tou ch); | |||
#endif | #endif | |||
void GRAIL_PUBLIC grail_set_coordinate_transform_callback(struct grail *ge, | ||||
utouch_coordinate_ | ||||
transform_cb callback, | ||||
void *user_data); | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added | |||