Share

acedGetSupplementalCursorOffset Function

C++

ACAD_PORT void acedGetSupplementalCursorOffset(
    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 x offset
y y offset

Was this information helpful?