PdSetOffScreenTranslation ?

Hi:

PdSetOffScreenTranslation appears to be documented but I cant find it in
either the library or *.h files.

Is it missing, or is its function achieved in some other way?


TIA Andy.

Andy <andy@symmetry.com.au> wrote:
: Hi:

: PdSetOffScreenTranslation appears to be documented but I cant find it in
: either the library or *.h files.

: Is it missing, or is its function achieved in some other way?

The function’s name is PdSetOffscreenTranslation (i.e. the “s” in “offscreen”
is lowercase. As far as I know, it should be in the library.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Steve:

Thanks for the reply. Yes I found it. Chalk up another one for bad eyesight
:slight_smile:

The prototype seems to be missing from the headers. Do you suggest editing
it into PdDirect.h ?

Andy.

Steve Reid <stever@qnx.com> wrote in message
news:a91f0m$c0q$3@nntp.qnx.com

Andy <> andy@symmetry.com.au> > wrote:
: Hi:

: PdSetOffScreenTranslation appears to be documented but I cant find it in
: either the library or *.h files.

: Is it missing, or is its function achieved in some other way?

The function’s name is PdSetOffscreenTranslation (i.e. the “s” in
“offscreen”
is lowercase. As far as I know, it should be in the library.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Andy <andy@symmetry.com.au> wrote:
: Steve:

: Thanks for the reply. Yes I found it. Chalk up another one for bad eyesight
: :slight_smile:

If grep doesn’t find something, I try grep -i.

: The prototype seems to be missing from the headers. Do you suggest editing
: it into PdDirect.h ?

It was added to PhProto.h last June, so it should be there in the next
release. I can’t think of any reason for you not to add it.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems