Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.FrameworkDispatcher Class Reference

Classes

struct  ManagedCallAndArg
 

Static Public Member Functions

static void Update ()
 

Static Package Functions

static void AddNewPendingCall (ManagedCallType callType, uint arg)
 
static bool IsOncePerUpdateEvent (ManagedCallType type)
 

Static Package Attributes

static bool UpdateCalledAtLeastOnce
 

Static Private Member Functions

static void PollForEvents ()
 

Static Private Attributes

static List< ManagedCallAndArgpendingCalls = new List<ManagedCallAndArg>()
 
static List< ManagedCallAndArgpendingCallsCopy = new List<ManagedCallAndArg>()
 

Detailed Description

Definition at line 9 of file FrameworkDispatcher.cs.


The documentation for this class was generated from the following file: