Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Aug 14, 2018
1 parent fbdb67d commit 55b23ec
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int main()
printf("Controller 1, controllers off\r\n");
}
printf("X=%5.2f, Y=%5.2f, Z=%5.2f, Yaw=%7.2f, Pitch=%7.2f, Roll=%7.2f,\r\n", myController.X, myController.Y, myController.Z, myController.Yaw, myController.Pitch, myController.Roll);
printf("Trigger=%3d, ThumbX=%6d, ThumbY=%6d\r\n", myController.Trigger, myController.ThumbX, myController.ThumbY);
printf("Buttons=%d, Trigger=%3d, ThumbX=%6d, ThumbY=%6d\r\n", myController.Buttons, myController.Trigger, myController.ThumbX, myController.ThumbY);

if ((myController.Buttons & GRIPBTN) || (myController.Buttons & THUMBSTICKBTN) || (myController.Buttons & MENUBTN) || (myController.Buttons & SYSTEMBTN)) {
printf("Buttons pressed: ");
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions C++/GetData/GetData/stdafx.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions C++/GetData/GetData/stdafx.h

This file was deleted.

8 changes: 0 additions & 8 deletions C++/GetData/GetData/targetver.h

This file was deleted.

1 change: 1 addition & 0 deletions C++/GetData/stdafx.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "stdafx.h"
6 changes: 6 additions & 0 deletions C++/GetData/stdafx.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>
3 changes: 3 additions & 0 deletions C++/GetData/targetver.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once

#include <SDKDDKVer.h>
Binary file removed Delphi/Get data/Unit1.dcu
Binary file not shown.

0 comments on commit 55b23ec

Please sign in to comment.