Definition at line 22 of file SystemControl.cs.
◆ IsTiltFiveUIRequestingAttention()
static bool TiltFive.SystemControl.IsTiltFiveUIRequestingAttention |
( |
| ) |
|
|
static |
Definition at line 24 of file SystemControl.cs.
26 T5_Bool attentionRequested =
false;
29 var result = NativePlugin.IsTiltFiveUIRequestingAttention(ref attentionRequested);
32 if (result != NativePlugin.T5_RESULT_SUCCESS)
43 return attentionRequested;
static void Error(string m, params object[] list)
ERROR logging function call.
References TiltFive.Logging.Log.Error().
The documentation for this class was generated from the following file: