#include <windows.h>
Defines | |
#define | snprintf _snprintf |
#define | false 0 |
#define | true 1 |
#define | inline __inline |
Typedefs | |
typedef double | FWHID_AbsoluteTime |
typedef unsigned char | bool |
typedef unsigned char | FWBYTE |
typedef fw_multitouchdevice_t * | FWMultiTouchDevicePtr |
Stores all information about a particular MultiTouch Device. | |
typedef void(* | FWHIDCallbackFunction )(FWMultiTouchDevicePtr fwdevice, void *targetData) |
Functions | |
LRESULT CALLBACK | FWHID_WndProc (HWND hwnd, UINT nMsg, WPARAM wParam, LPARAM lParam) |
Windows message handler that must be called to handle WM_DEVICE_CHANGED and WM_INPUT messages. |
FingerWorks HID Hand Tracking SDK (External API)
Last Updated by James Orr on Tue Aug 17 2004.
v1.0 changed FWHID_ZoneSpecifier to FWHID_FingerSpecifier, and added handActionCode and handPositionX/Y
Copyright (c) 2003-2004 FingerWorks, Inc. All rights reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stores all information about a particular MultiTouch Device. To access any of FWMultiTouchDevicePtr fields use the functions declared in FWHID_MultiTouchDevice.h. |
|
Windows message handler that must be called to handle WM_DEVICE_CHANGED and WM_INPUT messages. This function is necessary for the SDK to function.
|