00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Mike Taylor 00008 * Side Effects Software Inc 00009 * 1401-123 Front St. West 00010 * Toronto, Ontario 00011 * Canada M5J 2M2 00012 * 416-504-9876 00013 * 00014 * NAME: UT_OSXTablet.h (UT Library, C++) 00015 * 00016 * COMMENTS: 00017 * Tablet support functions for OS X 00018 */ 00019 #ifndef __UT_OSXTablet__ 00020 #define __UT_OSXTablet__ 00021 00022 #include "UT_API.h" 00023 00024 class UT_TabletState; 00025 00026 // Toggles whether there is a tablet installed. 00027 UT_API void OSXtabletSetInstalled(bool installed); 00028 // Overwrites the current state with the given one. 00029 UT_API void OSXtabletSetTabletState(const UT_TabletState &state); 00030 00031 #endif
1.5.9