File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
MicroEngineer/Code/Utilities Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,9 @@ MonoBehaviour:
1212 m_Script : {fileID: 11500000, guid: 87a7c8ca6df943af9ea67de238f088e6, type: 3}
1313 m_Name : JsonPaths
1414 m_EditorClassIdentifier :
15- Keys : []
16- Values : []
15+ Keys :
16+ - Celestial.Kerbol.Scaled.prefab
17+ - Celestial.Kerbin.Scaled.prefab
18+ Values :
19+ - ' %NAME%.json'
20+ - ' %NAME%.json'
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public static void StopMouseEventsToGameInputPropagation(this VisualElement elem
2323
2424 private static void OnVisualElementPointerEnter ( PointerEnterEvent evt )
2525 {
26- /* TODO
2726 Game . Input . Flight . CameraZoom . Disable ( ) ;
2827 Game . Input . Flight . mouseDoubleTap . Disable ( ) ;
2928 Game . Input . Flight . mouseSecondaryTap . Disable ( ) ;
@@ -38,12 +37,10 @@ private static void OnVisualElementPointerEnter(PointerEnterEvent evt)
3837 Game . Input . VAB . cameraZoom . Disable ( ) ;
3938 Game . Input . VAB . mousePrimary . Disable ( ) ;
4039 Game . Input . VAB . mouseSecondary . Disable ( ) ;
41- */
4240 }
4341
4442 private static void OnVisualElementPointerLeave ( PointerLeaveEvent evt )
4543 {
46- /* TODO
4744 Game . Input . Flight . CameraZoom . Enable ( ) ;
4845 Game . Input . Flight . mouseDoubleTap . Enable ( ) ;
4946 Game . Input . Flight . mouseSecondaryTap . Enable ( ) ;
@@ -58,7 +55,6 @@ private static void OnVisualElementPointerLeave(PointerLeaveEvent evt)
5855 Game . Input . VAB . cameraZoom . Enable ( ) ;
5956 Game . Input . VAB . mousePrimary . Enable ( ) ;
6057 Game . Input . VAB . mouseSecondary . Enable ( ) ;
61- */
6258 }
6359
6460 /// <summary>
You can’t perform that action at this time.
0 commit comments