public static IntPtr hnx_read_layout_pen(ref HNStruct.HNTabletInfo tabletinfo, IntPtr path) { if (isX64) { return(HuionDriverDLL_X64.hnx_read_layout_pen(ref tabletinfo, path)); } return(HuionDriverDLL_X86.hnx_read_layout_pen(ref tabletinfo, path)); }
public static uint hnc_calibrate_press_tablet(IntPtr pconfig, ref HNStruct.HNTabletInfo tabletinfo, uint psVal, uint maxP) { if (isX64) { return(HuionDriverDLL_X64.hnc_calibrate_press_tablet(pconfig, ref tabletinfo, psVal, maxP)); } return(HuionDriverDLL_X86.hnc_calibrate_press_tablet(pconfig, ref tabletinfo, psVal, maxP)); }
public static extern IntPtr hnx_read_config(ref HNStruct.HNTabletInfo tabletinfo, IntPtr path);
public static extern uint hnc_calibrate_press_tablet(IntPtr pconfig, ref HNStruct.HNTabletInfo tabletinfo, uint psVal, uint maxP);
public static extern IntPtr hnx_read_layout_pen(ref HNStruct.HNTabletInfo tabletinfo, IntPtr path);