padXwin - v1.6
--------------

This is an extension to use with play station
 emulators as ePSXe, AdriPSX, PCSX
or PSEmuPro, but they but must support linux.
The Plugin is free source code.

You need the Gtk library, the plugin was compiled with Gtk V1.2.5.

Usage:
------
 Place the file "libpadXwin-x.x.so" at the Plugin directory of the Emulator.
 Also place the cfgPadXwin file at your $HOME directory or at the Emulator directory.

Configuration:
-------------

the key mapping in the config dialog is the next:

------------------------------
|       L2       R2          |
|       L1       R1          |
|      Up       Triangle     |
|  Left Right Square Circle  |
|     Down       Cross       |
|      Start   Select        |
------------------------------

The default Pad Configuration is:
Pad1:
    Space - Select
    Enter - Start
    Up - Up
    Down - Down
    Left - Left
    Right - Right
    X - Cross
    A - Square
    D - Circle
    W - Triangle
    Q - L1
    1 - L2
    E - R1
    3 - R2
Pad2:
    Nothing

Configure by Pressing in the Button of the Key you want to change and then
press the key you want, it'll be saved then.
You'll see a 'Key: ' text that tell you what key you have pressed, but if it
says that the key name is unknown that's because X11 doesn't know it's name,
but it will still work.

Changes:
-------
 v1.6:
 * Rearranged the Dialogs stuff, now use cfgXwin exec

 v1.5:
 * Rewrote Config and About Dialogs
 * Conf file will now use unsigned long, instead of short for keys

 v1.4:
 * Partially rewrote, now it should be bug free
 * Added gtkmain on Configure and About Dialogs (thanks to Pete)
 * Now you can see the key you just pressed on the Config dialog

 v1.3:
 * Fixed bug within config dialog (thanks to nuno felicio)
 * Fixed bug within PadHandling (ReleasedKey and PressedKey)
 * Added Focus events (XAutoRepeat)

 v1.2:
 * Improved key handling
 * Now the configure dialong won't accept as a key escape

 v1.1:
 * Fixed PADopen
 * Fixed controllerType
 * This plugin won't work with pcsx v0.6.300, use the new version

 v1.0:
 * First Release
 * Tested with Pcsx

 Email: <linuzappz@hotmail.com>
