terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UpdateCursor()

void GUIVirtualInputControllerEdit.UpdateCursor ( global::Cursor cursor)
inline

Definition at line 524 of file GUIVirtualInputControllerEdit.cs.

525 {
527 if (inputLayer == null)
528 {
529 float x = cursor.Position.x;
530 float y = cursor.Position.y;
531 if (inputLayer == null)
532 {
533 }
534 int num = 32640;
535 if (cursor.Down && num == 0)
536 {
538 int size = active.LeftGroupings._size;
539 int num2 = 1;
541 bool flag = rectangle.Contains(-1073741824, 1073741824);
548 int size2 = active.LeftGroupings._size;
551 int size3 = active.LeftGroupings._size;
552 int size4 = active.RightGroupings._size;
553 int num3 = 1;
555 bool flag2 = rectangle2.Contains(-1073741824, 1073741824);
562 int size5 = active.RightGroupings._size;
565 int size6 = active.RightGroupings._size;
566 return;
567 }
568 }
569 }
class f__AnonymousType0<< Count > j__TPar
List< GUIPageIconGrouping > LeftGroupings
List< GUIPageIconGrouping > RightGroupings
static InterfaceProfile_Layout Active

References _inputLayer, System.Collections.Generic.List< T >._size, InterfaceStyles_Layout.Active, Microsoft.Xna.Framework.Rectangle.Contains(), j__TPar, InterfaceProfile_Layout.LeftGroupings, and InterfaceProfile_Layout.RightGroupings.