This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Orientation?


Postby xmaster » Dec 20, 2004 @ 3:47pm

xmaster
 


Postby Guest » Sep 16, 2005 @ 3:40pm

Guest
 


Postby Squirrel » Jun 2, 2006 @ 5:20pm

Well, check up game.cpp in line 406:

-----------------------
#if defined(FROG_PPC)
DeviceToLogical( P );
#endif
-----------------------

DeviceToLogical() function checks orientation and corrects x and y coordinates. Thanks to
#if defined(FROG_PPC)
it wouldn't work anyway. Simpliest solution is to delete or to quote that if. Still, that would couse coordinates swaping even in XP, and that is not good/ So better try this:

-----------------------
#if defined(_WIN32_WCE)
DeviceToLogical( P );
#endif
-----------------------

ps. русский пост :lol:
Squirrel
pm Member
 
Posts: 26
Joined: Jun 2, 2006 @ 3:56pm
Location: Rus


Previous

Return to PocketFrog & PocketHAL


Sort


Forum Description

SDKs for fast and robust device-independent access to Pocket PC display hardware.

Moderators:

sponge, Kzinti

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron