mirror of
https://github.com/bspeice/libcvautomation
synced 2025-08-10 09:25:25 -04:00
Add the mouse scroll functions to the bash wrapper, update documentation
Minor documentation cleanup More documentation cleanup Fix an issue with accidentally copying the opencv2 includes to opencv1 Document mouse scroll functionality, continue cleanup
This commit is contained in:
@ -25,12 +25,14 @@
|
||||
|
||||
void usage ();
|
||||
|
||||
/// \cond
|
||||
struct list {
|
||||
char *fileName;
|
||||
struct list *next;
|
||||
};
|
||||
|
||||
typedef struct list basic_list;
|
||||
/// \endcond
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
|
Reference in New Issue
Block a user