
GclkDisplay - Display the counters

Version 1.1

Draw the Chess Counter Window
use GclkDisplay; &display($whites,$blacks,$scaling)
where $whites and $blacks are GclkCounter object and $scaling a scalar for changing the size of the window displayed.

display

see SYNOPSIS
an internal routine for toggling counters time between time elased and time remaining.
Global parameters
convert time in sec to hh:mm:ss format
my($h,$mn,$s)=hmnsec(time_in_seconds) ;
adjust the parameters for the window size.
my ($l,$v1,$v2)=&loupe($scaling) ;
where $scaling is between 0.5 and 2.0
(Note:This function is perhaps screen type/graphics board dependant, in case of malfunction).

Charles Minc, <charles.minc@wanadoo.fr>

Please report any bugs or feature requests to bug-gclkdisplay at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=GameClock. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc GameClock
You can also look for information at:


Copyright 2006 Charles Minc, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.