Share

acedSetSupplementalCursorOffset Function

C++

ACCORE_PORT void acedSetSupplementalCursorOffset(
    int x, 
    int y
);

File

aced.h

Description

Sets x and y to be the cursor offset to the top right corner of the pickbox.

Parameters

Parameters Description
x Input x offset
y Input y offset

Was this information helpful?