| Line |   | 
|---|
| 1 | #include "diabolo.h" 
 | 
|---|
| 2 | #include "gyroscope.h" 
 | 
|---|
| 3 | #include "compress.h" 
 | 
|---|
| 4 | 
 | 
|---|
| 5 | 
 | 
|---|
| 6 | 
 | 
|---|
| 7 | //--------------------  fonction  exec  de  la  fenetre : gyroscope  -------------------------------
 | 
|---|
| 8 | 
 | 
|---|
| 9 | 
 | 
|---|
| 10 | void exec_gyroscope(int fen,int item,double valeur,...) 
 | 
|---|
| 11 | {
 | 
|---|
| 12 | if(item>1000) item-=1000;               // pour appeler le case pour tous les cara d'un edit texte
 | 
|---|
| 13 | 
 | 
|---|
| 14 | switch(item)
 | 
|---|
| 15 |     {
 | 
|---|
| 16 |     case ouverture               :
 | 
|---|
| 17 |                         
 | 
|---|
| 18 |                  break;
 | 
|---|
| 19 |     case fermeture               :
 | 
|---|
| 20 |                  break;
 | 
|---|
| 21 |     default  :   break;
 | 
|---|
| 22 |     }
 | 
|---|
| 23 | }
 | 
|---|
| 24 | 
 | 
|---|
| 25 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.