Project

General

Profile

GlovePlugin.h
1 //###################################################################################
2 //# SCOL Plugin : 5DT Glove Control #
3 //# Author : #
4 //# Aymeric SUTEAU #
5 //# LISA - ANGERS #
6 //###################################################################################
7 
8 // Include Scol Library
9 #include <scolPlugin.h>
10 
11 // Include Header File
12 #include "GloveObject.h"
13 
14 // Extern variables declaration
15 extern cbmachine ww; // Scol machine declaration
16 extern HWND HScol; // Scol window Handle
17 extern int OBJGLOVESCOL; // Glove object
18 
19 // Glove callbacks
20 extern int SCOL_GLOVE_NEWDATA_CB;
21 extern int GLOVE_NEWDATA_CB;
22 
23 extern int SCOL_GLOVE_GESTURE_CB;
24 extern int GLOVE_HAND_CB;
25 
26 extern int SCOL_GLOVE_CALIBRATION_START_CB;
27 extern int GLOVE_CALIBRATION_START_CB;
28 
29 extern int SCOL_GLOVE_CALIBRATION_END_CB;
30 extern int GLOVE_CALIBRATION_END_CB;