Skip to content

Commit

Permalink
- update README.md
Browse files Browse the repository at this point in the history
- set showjoypad to release
  • Loading branch information
joyrider3774 committed Dec 24, 2018
1 parent c132cea commit 7646a21
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,18 @@ Specifies if the button is enabled / visible to be selected
### PARAM
Specifies the parameter that will be used to launch your application when this button is selected.

## CREDITS
RotateFlipBitmap function - GolezTrol
https://www.nldelphi.com/showthread.php?42769-Bitmap-90-graden-roteren&p=358213&viewfull=1#post358213

SmoothScaleBitmap function - Dalija Prasnikar
https://stackoverflow.com/questions/33608134/fast-way-to-resize-an-image-mixing-fmx-and-vcl-code

ForceForegroundWindow function - unknown
https://www.swissdelphicenter.ch/en/showcode.php?id=261

NLDJoystick created by Albert de Weerd (aka NGLN)
https://www.nldelphi.com/showthread.php?29812-NLDJoystick
http://svn.nldelphi.com/nldelphi/opensource/ngln/NLDJoystick/


2 changes: 1 addition & 1 deletion Source/ShowJoypad/ShowJoypad.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>ShowJoypad.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down

0 comments on commit 7646a21

Please sign in to comment.