├── .gitattributes ├── .gitignore ├── App.config ├── Devices ├── Ds4Device.cs ├── Ipega28Device.cs └── MiDevice.cs ├── EAll4Control ├── ControlService.cs ├── EAll4LightBar.cs ├── GenericControls.cs ├── GenericKeyType.cs ├── ITouchpadBehaviour.cs ├── InputMethods.cs ├── Log.cs ├── Mapping.cs ├── Mouse.cs ├── MouseCursor.cs ├── MouseWheel.cs ├── PadId.cs ├── ScpDevice.Designer.cs ├── ScpDevice.cs ├── ScpHub.Designer.cs ├── ScpHub.cs ├── ScpUtil.cs ├── X360Controls.cs ├── X360Device.cs └── X360Device.designer.cs ├── EAll4Library ├── ConnectionType.cs ├── ControllerState.cs ├── EAll4Color.cs ├── EAll4Devices.cs ├── EAll4HapticState.cs ├── EAll4StateExposed.cs ├── EAll4Touchpad.cs └── IEAll4Device.cs ├── EAll4Windows.csproj ├── EAll4Windows.sln ├── EAll4Windows ├── AdvancedColorDialog.cs ├── AdvancedComboBox.cs ├── Alreadyrunning.Designer.cs ├── Alreadyrunning.cs ├── Alreadyrunning.resx ├── DupBox.Designer.cs ├── DupBox.cs ├── DupBox.de-DE.resx ├── DupBox.es.resx ├── DupBox.fr-FR.resx ├── DupBox.it-IT.resx ├── DupBox.pt-BR.resx ├── DupBox.resx ├── DupBox.ro-RO.resx ├── DupBox.ru-RU.resx ├── EAll4Form.Designer.cs ├── EAll4Form.cs ├── EAll4Form.de-DE.resx ├── EAll4Form.es.resx ├── EAll4Form.fr-FR.resx ├── EAll4Form.it-IT.resx ├── EAll4Form.pt-BR.resx ├── EAll4Form.quz-PE.resx ├── EAll4Form.resx ├── EAll4Form.ro-RO.resx ├── EAll4Form.ru-RU.resx ├── EAll4W.ico ├── HidDevices.cs ├── Hotkeys.Designer.cs ├── Hotkeys.cs ├── Hotkeys.de-DE.resx ├── Hotkeys.es.resx ├── Hotkeys.fr-FR.resx ├── Hotkeys.it-IT.resx ├── Hotkeys.pt-BR.resx ├── Hotkeys.resx ├── Hotkeys.ro-RO.resx ├── Hotkeys.ru-RU.resx ├── KBM360.Designer.cs ├── KBM360.cs ├── KBM360.de-DE.resx ├── KBM360.es.resx ├── KBM360.fr-FR.resx ├── KBM360.it-IT.resx ├── KBM360.pt-BR.resx ├── KBM360.resx ├── KBM360.ro-RO.resx ├── KBM360.ru-RU.resx ├── NativeMethods.cs ├── Options.Designer.cs ├── Options.cs ├── Options.de-DE.resx ├── Options.es.resx ├── Options.fr-FR.resx ├── Options.it-IT.resx ├── Options.pt-BR.resx ├── Options.resx ├── Options.ro-RO.resx ├── Options.ru-RU.resx ├── Program.cs ├── ReadInputForm.Designer.cs ├── ReadInputForm.cs ├── ReadInputForm.resx ├── RecordBox.Designer.cs ├── RecordBox.cs ├── RecordBox.de-DE.resx ├── RecordBox.es.resx ├── RecordBox.fr-FR.resx ├── RecordBox.it-IT.resx ├── RecordBox.pt-BR.resx ├── RecordBox.resx ├── RecordBox.ro-RO.resx ├── RecordBox.ru-RU.resx ├── SaveWhere.Designer.cs ├── SaveWhere.cs ├── SaveWhere.de-DE.resx ├── SaveWhere.es.resx ├── SaveWhere.fr-FR.resx ├── SaveWhere.it-IT.resx ├── SaveWhere.pt-BR.resx ├── SaveWhere.resx ├── SaveWhere.ro-RO.resx ├── SaveWhere.ru-RU.resx ├── Settings.cs ├── SpecActions.Designer.cs ├── SpecActions.cs ├── SpecActions.de-DE.resx ├── SpecActions.fr-FR.resx ├── SpecActions.it-IT.resx ├── SpecActions.pt-BR.resx ├── SpecActions.resx ├── SpecActions.ro-RO.resx ├── SpecActions.ru-RU.resx ├── WelcomeDialog.Designer.cs ├── WelcomeDialog.cs ├── WelcomeDialog.de-DE.resx ├── WelcomeDialog.es.resx ├── WelcomeDialog.fr-FR.resx ├── WelcomeDialog.it-IT.resx ├── WelcomeDialog.pt-BR.resx ├── WelcomeDialog.resx ├── WelcomeDialog.ro-RO.resx ├── WelcomeDialog.ru-RU.resx ├── WinProgs.Designer.cs ├── WinProgs.cs ├── WinProgs.de-DE.resx ├── WinProgs.es.resx ├── WinProgs.fr-FR.resx ├── WinProgs.it-IT.resx ├── WinProgs.pt-BR.resx ├── WinProgs.resx ├── WinProgs.ro-RO.resx ├── WinProgs.ru-RU.resx └── app.config ├── HidLibrary ├── Extensions.cs ├── HidDevice.cs ├── HidDeviceAttributes.cs ├── HidDeviceCapabilities.cs ├── HidDevices.cs ├── LICENSE.htm └── NativeMethods.cs ├── LICENSE.txt ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.de-DE.resx ├── Resources.es.resx ├── Resources.fr-FR.resx ├── Resources.it-IT.resx ├── Resources.pt-BR.resx ├── Resources.resx ├── Resources.ro-RO.resx ├── Resources.ru-RU.resx ├── Resources1.Designer.cs ├── Settings.Designer.cs └── Settings.settings ├── README.md └── Resources ├── 1401402547_menu-24.png ├── 360 fades.png ├── 360LS.png ├── 360RS.png ├── A.PNG ├── B.png ├── BACK.png ├── BT.png ├── Clock.png ├── DOWN.png ├── EAll4 Controller.png ├── EAll4.ico ├── EAll4W.ico ├── EE.wav ├── LB.png ├── LEFT.png ├── LS.png ├── LSD.png ├── LSL.png ├── LSR.png ├── LSU.png ├── LT.png ├── LeftTouch.png ├── MultiTouch.png ├── Pairmode.png ├── RB.png ├── RIGHT.png ├── RS.png ├── RSD.png ├── RSL.png ├── RSR.png ├── RSU.png ├── RT.png ├── Red Circle.png ├── RightTouch.png ├── START.png ├── Scp_All.ico ├── Touch states2.png ├── Touch.png ├── UP.png ├── USB.png ├── UpperTouch.png ├── X.png ├── Y.png ├── checked.png ├── delete.png ├── export.png ├── imageres_import.png ├── imageres_new.png ├── mouse.png ├── none.png ├── rainbow.png ├── rainbowC.png ├── saveprofile.png ├── shell32 delete.png ├── shell32_copy.png ├── shell32_export.png ├── shell32_new.png ├── size.png ├── sticks.png ├── sticks2.png ├── x360test.png └── xbox_360_controller.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/.gitignore -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/App.config -------------------------------------------------------------------------------- /Devices/Ds4Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Devices/Ds4Device.cs -------------------------------------------------------------------------------- /Devices/Ipega28Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Devices/Ipega28Device.cs -------------------------------------------------------------------------------- /Devices/MiDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Devices/MiDevice.cs -------------------------------------------------------------------------------- /EAll4Control/ControlService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ControlService.cs -------------------------------------------------------------------------------- /EAll4Control/EAll4LightBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/EAll4LightBar.cs -------------------------------------------------------------------------------- /EAll4Control/GenericControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/GenericControls.cs -------------------------------------------------------------------------------- /EAll4Control/GenericKeyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/GenericKeyType.cs -------------------------------------------------------------------------------- /EAll4Control/ITouchpadBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ITouchpadBehaviour.cs -------------------------------------------------------------------------------- /EAll4Control/InputMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/InputMethods.cs -------------------------------------------------------------------------------- /EAll4Control/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/Log.cs -------------------------------------------------------------------------------- /EAll4Control/Mapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/Mapping.cs -------------------------------------------------------------------------------- /EAll4Control/Mouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/Mouse.cs -------------------------------------------------------------------------------- /EAll4Control/MouseCursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/MouseCursor.cs -------------------------------------------------------------------------------- /EAll4Control/MouseWheel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/MouseWheel.cs -------------------------------------------------------------------------------- /EAll4Control/PadId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/PadId.cs -------------------------------------------------------------------------------- /EAll4Control/ScpDevice.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ScpDevice.Designer.cs -------------------------------------------------------------------------------- /EAll4Control/ScpDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ScpDevice.cs -------------------------------------------------------------------------------- /EAll4Control/ScpHub.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ScpHub.Designer.cs -------------------------------------------------------------------------------- /EAll4Control/ScpHub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ScpHub.cs -------------------------------------------------------------------------------- /EAll4Control/ScpUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/ScpUtil.cs -------------------------------------------------------------------------------- /EAll4Control/X360Controls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/X360Controls.cs -------------------------------------------------------------------------------- /EAll4Control/X360Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/X360Device.cs -------------------------------------------------------------------------------- /EAll4Control/X360Device.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Control/X360Device.designer.cs -------------------------------------------------------------------------------- /EAll4Library/ConnectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/ConnectionType.cs -------------------------------------------------------------------------------- /EAll4Library/ControllerState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/ControllerState.cs -------------------------------------------------------------------------------- /EAll4Library/EAll4Color.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/EAll4Color.cs -------------------------------------------------------------------------------- /EAll4Library/EAll4Devices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/EAll4Devices.cs -------------------------------------------------------------------------------- /EAll4Library/EAll4HapticState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/EAll4HapticState.cs -------------------------------------------------------------------------------- /EAll4Library/EAll4StateExposed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/EAll4StateExposed.cs -------------------------------------------------------------------------------- /EAll4Library/EAll4Touchpad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/EAll4Touchpad.cs -------------------------------------------------------------------------------- /EAll4Library/IEAll4Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Library/IEAll4Device.cs -------------------------------------------------------------------------------- /EAll4Windows.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows.csproj -------------------------------------------------------------------------------- /EAll4Windows.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows.sln -------------------------------------------------------------------------------- /EAll4Windows/AdvancedColorDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/AdvancedColorDialog.cs -------------------------------------------------------------------------------- /EAll4Windows/AdvancedComboBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/AdvancedComboBox.cs -------------------------------------------------------------------------------- /EAll4Windows/Alreadyrunning.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Alreadyrunning.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/Alreadyrunning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Alreadyrunning.cs -------------------------------------------------------------------------------- /EAll4Windows/Alreadyrunning.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Alreadyrunning.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/DupBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.cs -------------------------------------------------------------------------------- /EAll4Windows/DupBox.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.es.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/DupBox.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/DupBox.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.cs -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.es.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.quz-PE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.quz-PE.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4Form.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4Form.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/EAll4W.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/EAll4W.ico -------------------------------------------------------------------------------- /EAll4Windows/HidDevices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/HidDevices.cs -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.cs -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.es.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/Hotkeys.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Hotkeys.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/KBM360.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.cs -------------------------------------------------------------------------------- /EAll4Windows/KBM360.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.es.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/KBM360.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/KBM360.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/NativeMethods.cs -------------------------------------------------------------------------------- /EAll4Windows/Options.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.cs -------------------------------------------------------------------------------- /EAll4Windows/Options.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.es.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/Options.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Options.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Program.cs -------------------------------------------------------------------------------- /EAll4Windows/ReadInputForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/ReadInputForm.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/ReadInputForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/ReadInputForm.cs -------------------------------------------------------------------------------- /EAll4Windows/ReadInputForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/ReadInputForm.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.cs -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.es.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/RecordBox.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/RecordBox.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.cs -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.es.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/SaveWhere.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SaveWhere.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/Settings.cs -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.cs -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/SpecActions.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/SpecActions.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.cs -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.es.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/WelcomeDialog.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WelcomeDialog.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.Designer.cs -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.cs -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.de-DE.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.es.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.fr-FR.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.it-IT.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.pt-BR.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.ro-RO.resx -------------------------------------------------------------------------------- /EAll4Windows/WinProgs.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/WinProgs.ru-RU.resx -------------------------------------------------------------------------------- /EAll4Windows/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/EAll4Windows/app.config -------------------------------------------------------------------------------- /HidLibrary/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/Extensions.cs -------------------------------------------------------------------------------- /HidLibrary/HidDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/HidDevice.cs -------------------------------------------------------------------------------- /HidLibrary/HidDeviceAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/HidDeviceAttributes.cs -------------------------------------------------------------------------------- /HidLibrary/HidDeviceCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/HidDeviceCapabilities.cs -------------------------------------------------------------------------------- /HidLibrary/HidDevices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/HidDevices.cs -------------------------------------------------------------------------------- /HidLibrary/LICENSE.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/LICENSE.htm -------------------------------------------------------------------------------- /HidLibrary/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/HidLibrary/NativeMethods.cs -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.de-DE.resx -------------------------------------------------------------------------------- /Properties/Resources.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.es.resx -------------------------------------------------------------------------------- /Properties/Resources.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.fr-FR.resx -------------------------------------------------------------------------------- /Properties/Resources.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.it-IT.resx -------------------------------------------------------------------------------- /Properties/Resources.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.pt-BR.resx -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Resources.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.ro-RO.resx -------------------------------------------------------------------------------- /Properties/Resources.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources.ru-RU.resx -------------------------------------------------------------------------------- /Properties/Resources1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Resources1.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/README.md -------------------------------------------------------------------------------- /Resources/1401402547_menu-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/1401402547_menu-24.png -------------------------------------------------------------------------------- /Resources/360 fades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/360 fades.png -------------------------------------------------------------------------------- /Resources/360LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/360LS.png -------------------------------------------------------------------------------- /Resources/360RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/360RS.png -------------------------------------------------------------------------------- /Resources/A.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/A.PNG -------------------------------------------------------------------------------- /Resources/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/B.png -------------------------------------------------------------------------------- /Resources/BACK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/BACK.png -------------------------------------------------------------------------------- /Resources/BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/BT.png -------------------------------------------------------------------------------- /Resources/Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Clock.png -------------------------------------------------------------------------------- /Resources/DOWN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/DOWN.png -------------------------------------------------------------------------------- /Resources/EAll4 Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/EAll4 Controller.png -------------------------------------------------------------------------------- /Resources/EAll4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/EAll4.ico -------------------------------------------------------------------------------- /Resources/EAll4W.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/EAll4W.ico -------------------------------------------------------------------------------- /Resources/EE.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/EE.wav -------------------------------------------------------------------------------- /Resources/LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LB.png -------------------------------------------------------------------------------- /Resources/LEFT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LEFT.png -------------------------------------------------------------------------------- /Resources/LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LS.png -------------------------------------------------------------------------------- /Resources/LSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LSD.png -------------------------------------------------------------------------------- /Resources/LSL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LSL.png -------------------------------------------------------------------------------- /Resources/LSR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LSR.png -------------------------------------------------------------------------------- /Resources/LSU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LSU.png -------------------------------------------------------------------------------- /Resources/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LT.png -------------------------------------------------------------------------------- /Resources/LeftTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/LeftTouch.png -------------------------------------------------------------------------------- /Resources/MultiTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/MultiTouch.png -------------------------------------------------------------------------------- /Resources/Pairmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Pairmode.png -------------------------------------------------------------------------------- /Resources/RB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RB.png -------------------------------------------------------------------------------- /Resources/RIGHT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RIGHT.png -------------------------------------------------------------------------------- /Resources/RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RS.png -------------------------------------------------------------------------------- /Resources/RSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RSD.png -------------------------------------------------------------------------------- /Resources/RSL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RSL.png -------------------------------------------------------------------------------- /Resources/RSR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RSR.png -------------------------------------------------------------------------------- /Resources/RSU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RSU.png -------------------------------------------------------------------------------- /Resources/RT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RT.png -------------------------------------------------------------------------------- /Resources/Red Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Red Circle.png -------------------------------------------------------------------------------- /Resources/RightTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/RightTouch.png -------------------------------------------------------------------------------- /Resources/START.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/START.png -------------------------------------------------------------------------------- /Resources/Scp_All.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Scp_All.ico -------------------------------------------------------------------------------- /Resources/Touch states2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Touch states2.png -------------------------------------------------------------------------------- /Resources/Touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Touch.png -------------------------------------------------------------------------------- /Resources/UP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/UP.png -------------------------------------------------------------------------------- /Resources/USB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/USB.png -------------------------------------------------------------------------------- /Resources/UpperTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/UpperTouch.png -------------------------------------------------------------------------------- /Resources/X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/X.png -------------------------------------------------------------------------------- /Resources/Y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/Y.png -------------------------------------------------------------------------------- /Resources/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/checked.png -------------------------------------------------------------------------------- /Resources/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/delete.png -------------------------------------------------------------------------------- /Resources/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/export.png -------------------------------------------------------------------------------- /Resources/imageres_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/imageres_import.png -------------------------------------------------------------------------------- /Resources/imageres_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/imageres_new.png -------------------------------------------------------------------------------- /Resources/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/mouse.png -------------------------------------------------------------------------------- /Resources/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/none.png -------------------------------------------------------------------------------- /Resources/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/rainbow.png -------------------------------------------------------------------------------- /Resources/rainbowC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/rainbowC.png -------------------------------------------------------------------------------- /Resources/saveprofile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/saveprofile.png -------------------------------------------------------------------------------- /Resources/shell32 delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/shell32 delete.png -------------------------------------------------------------------------------- /Resources/shell32_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/shell32_copy.png -------------------------------------------------------------------------------- /Resources/shell32_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/shell32_export.png -------------------------------------------------------------------------------- /Resources/shell32_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/shell32_new.png -------------------------------------------------------------------------------- /Resources/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/size.png -------------------------------------------------------------------------------- /Resources/sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/sticks.png -------------------------------------------------------------------------------- /Resources/sticks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/sticks2.png -------------------------------------------------------------------------------- /Resources/x360test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/x360test.png -------------------------------------------------------------------------------- /Resources/xbox_360_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadfPT/EAll4Windows/HEAD/Resources/xbox_360_controller.png --------------------------------------------------------------------------------