Skip to content

Commit 2f5f4d9

Browse files
committed
feat: Click時にとドラッグ中の判定の分離
1 parent 604bf41 commit 2f5f4d9

File tree

9 files changed

+234
-621
lines changed

9 files changed

+234
-621
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: c46f07b5ed07e4e92aa78254188d3d10, type: 3}
13+
m_Name: InputSystem.inputsettings
14+
m_EditorClassIdentifier:
15+
m_SupportedDevices: []
16+
m_UpdateMode: 1
17+
m_ScrollDeltaBehavior: 0
18+
m_MaxEventBytesPerUpdate: 5242880
19+
m_MaxQueuedEventsPerUpdate: 1000
20+
m_CompensateForScreenOrientation: 1
21+
m_BackgroundBehavior: 0
22+
m_EditorInputBehaviorInPlayMode: 0
23+
m_InputActionPropertyDrawerMode: 0
24+
m_DefaultDeadzoneMin: 0.125
25+
m_DefaultDeadzoneMax: 0.925
26+
m_DefaultButtonPressPoint: 0.5
27+
m_ButtonReleaseThreshold: 0.75
28+
m_DefaultTapTime: 0.2
29+
m_DefaultSlowTapTime: 0.5
30+
m_DefaultHoldTime: 0.4
31+
m_TapRadius: 5
32+
m_MultiTapDelayTime: 0.75
33+
m_DisableRedundantEventsMerging: 0
34+
m_ShortcutKeysConsumeInputs: 0
35+
m_iOSSettings:
36+
m_MotionUsage:
37+
m_Enabled: 0
38+
m_Description:

Assets/uDesktopMascot/InputActions/InputSystem.inputsettings.asset.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)