File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class JCS_TalkObject
4747
4848 private void OnMouseOver ( )
4949 {
50- if ( JCS_Input . OnMouseDoubleClick ( JCS_InputType . MOUSE_LEFT ) )
50+ if ( JCS_Input . OnMouseDoubleClick ( JCS_MouseButton . LEFT ) )
5151 {
5252 JCS_DialogueSystem jcsDs = JCS_UtilitiesManager . instance . GetDialogueSystem ( ) ;
5353
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ private static void ClearJoystickKeymapBuffer()
192192 /// </summary>
193193 /// <param name="type"> type by JCS_InputType (self-define) </param>
194194 /// <returns> true: if double click, false nothing happens </returns>
195- public static bool OnMouseDoubleClick ( JCS_InputType type , bool ignorePause = false )
195+ public static bool OnMouseDoubleClick ( JCS_MouseButton type , bool ignorePause = false )
196196 {
197197 return OnMouseDoubleClick ( ( int ) type , ignorePause ) ;
198198 }
You can’t perform that action at this time.
0 commit comments