~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BIF_mywindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/**
3
 
 * $Id: BIF_mywindow.h,v 1.10 2006/12/26 09:19:19 ton Exp $
 
3
 * $Id: BIF_mywindow.h,v 1.11 2007/04/05 12:42:07 broken Exp $
4
4
 *
5
5
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
6
6
 *
122
122
short get_mbut(void);
123
123
short get_qual(void);
124
124
void getmouse(short *mval);
125
 
const struct GHOST_TabletData* get_tablet_data();
 
125
 
 
126
float get_pressure(void);
 
127
void get_tilt(float *xtilt, float *ytilt);
 
128
#define DEV_MOUSE       0
 
129
#define DEV_STYLUS      1
 
130
#define DEV_ERASER      2
 
131
short get_activedevice(void);
126
132
 
127
133
void warp_pointer(int x, int y);
128
134