cutego/gui/qscrollevent.h
2015-11-09 18:23:42 +01:00

11 lines
255 B
C
Executable file

#ifdef __cplusplus
extern "C" {
#endif
void* QScrollEvent_NewQScrollEvent(void* contentPos, void* overshootDistance, int scrollState);
int QScrollEvent_ScrollState(void* ptr);
void QScrollEvent_DestroyQScrollEvent(void* ptr);
#ifdef __cplusplus
}
#endif