NAME

Win32::Lglcd - Perl extension for writting perl's app for logitech devices.

SYNOPSIS

use Win32::Lglcd;
blah blah blah

DESCRIPTION

Stub documentation for Win32::Lglcd, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

EXPORT

None by default.

Exportable constants

LGLCDBUTTON_BUTTON0
LGLCDBUTTON_BUTTON1
LGLCDBUTTON_BUTTON2
LGLCDBUTTON_BUTTON3
LGLCD_APPLET_CAP_BASIC
LGLCD_APPLET_CAP_CAN_CLOSE_AND_REOPEN_DEVICE
LGLCD_APPLET_CAP_CAN_CLOSE_CONNECTION
LGLCD_APPLET_CAP_CAN_CLOSE_DEVICE
LGLCD_APPLET_CAP_CAN_RUN_ON_MULTIPLE_DEVICES
LGLCD_BMP_FORMAT_160x43x1
LGLCD_BMP_HEIGHT
LGLCD_BMP_WIDTH
LGLCD_DEVICE_FAMILY_JACKBOX
LGLCD_DEVICE_FAMILY_KEYBOARD_G15
LGLCD_DEVICE_FAMILY_LCDEMULATOR_G15
LGLCD_DEVICE_FAMILY_OTHER
LGLCD_DEVICE_FAMILY_RAINBOW
LGLCD_DEVICE_FAMILY_SPEAKERS_Z10
LGLCD_INVALID_CONNECTION
LGLCD_INVALID_DEVICE
LGLCD_LCD_FOREGROUND_APP_NO
LGLCD_LCD_FOREGROUND_APP_YES
LGLCD_NOTIFICATION_CLOSE_AND_REOPEN_DEVICE
LGLCD_NOTIFICATION_CLOSE_CONNECTION
LGLCD_NOTIFICATION_CLOSE_DEVICE
LGLCD_NOTIFICATION_DEVICE_ARRIVAL
LGLCD_NOTIFICATION_DEVICE_REMOVAL
LGLCD_NOTIFICATION_RUN_NEW_INSTANCE_ON_DEVICE
LGLCD_PRIORITY_ALERT
LGLCD_PRIORITY_BACKGROUND
LGLCD_PRIORITY_IDLE_NO_SHOW
LGLCD_PRIORITY_NORMAL
lgLcdConnect
lgLcdConnectEx
lgLcdEnumerateEx

Know bugs

While the applet is running, it crash when softbutton are clicked before the callback of previous as leaved. May be a re-entrance matter. It is in my todo list.

TODO List

- improve test units - write applet's skeleton / base object - avoiding callback re-entrance

SEE ALSO

Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

N. Georges, <xlat.@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by N. Georges

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.