On Thu, Oct 25, 2001 at 02:16:08PM -0400, Wayne wrote:
> 
> 
> I was wondering if the positioning  function has been added to the library.


pseudocode in player

const avm::vector<VideoRenderer*>& set = player->GetVideoRenderers();
for (unsigned i = 0; i < set.size(); i++)
   set[i]->SetPosition(x, y);
        
for now you can't read the position - so save those values for yourself

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-         Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to