summaryrefslogtreecommitdiff
path: root/include/Player/TouchControl.hpp
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2024-10-19 13:20:17 +0200
committerGitHub <noreply@github.com>2024-10-19 13:20:17 +0200
commitffdfd609fb9bc8f968ddc6f187da1d50731cbf69 (patch)
treed13b6142759bc78d50a491d87de56e7e9213c9a4 /include/Player/TouchControl.hpp
parent32c4725191813003e34a263a6d1530f806d1ac7c (diff)
parent10c2e3413b3244c5f2adffac1140f37920f13988 (diff)
Merge pull request #51 from AetiasHax/dsd
`dsd` integration
Diffstat (limited to 'include/Player/TouchControl.hpp')
-rw-r--r--include/Player/TouchControl.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Player/TouchControl.hpp b/include/Player/TouchControl.hpp
index 480ee42c..47349d28 100644
--- a/include/Player/TouchControl.hpp
+++ b/include/Player/TouchControl.hpp
@@ -1,15 +1,15 @@
#pragma once
#include "global.h"
-#include "types.h"
-#include "lib/touch.h"
#include "lib/math.h"
+#include "lib/touch.h"
+#include "types.h"
typedef u16 TouchFlags;
enum TouchFlag_ {
- TouchFlag_TouchedNow = 0x0001,
+ TouchFlag_TouchedNow = 0x0001,
TouchFlag_UntouchedNow = 0x0002,
- TouchFlag_Repeat = 0x0004,
+ TouchFlag_Repeat = 0x0004,
};
class TouchControl {