Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enginkaratas/move-a-grafical-object-rectangle-with-xbox-360-controller-csharp-form
move an rectangle via. your XBOX 360 controller
https://github.com/enginkaratas/move-a-grafical-object-rectangle-with-xbox-360-controller-csharp-form
simulation xbox xbox-controller xbox360
Last synced: 5 days ago
JSON representation
move an rectangle via. your XBOX 360 controller
- Host: GitHub
- URL: https://github.com/enginkaratas/move-a-grafical-object-rectangle-with-xbox-360-controller-csharp-form
- Owner: EnginKARATAS
- License: unlicense
- Created: 2020-09-26T18:36:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T16:37:11.000Z (almost 4 years ago)
- Last Synced: 2024-01-29T18:10:28.017Z (11 months ago)
- Topics: simulation, xbox, xbox-controller, xbox360
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Move a Grafical Object(Rectangle) With XBox 360 Controller C# Form
provide to use X,Y,B,A keys to move a object![game](1.png)
If you want to just copy paste this example
Before start:
1)
You need to add two referance:
1.System.Runtime.WindowsRuntimeThe Path:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll2.Windows.Gaming:
The Path:
C:\Windows\System32\WinMetadata\Windows.Gaming.winmd2)Open a Windows form application project in C# and right click on project,Unload project
doubleclick unloaded project
add:
10.0
10.0 for windows 10
for windows 8 its 8.0
save
rightclick unloaded project
set reloadproject.