Exemple #1
0
 /// <summary>
 /// Sets the calling application as the shown application on the LCD, and stops
 /// any type of rotation among other applications on the LCD.
 /// </summary>
 /// <param name="device"></param>
 /// <param name="foregroundYesNoFlag"></param>
 /// <returns></returns>
 public static uint SetAsLCDForegroundApp([In] int device, [In] ForegroundYesNoFlags foregroundYesNoFlag)
 {
     if (Environment.Is64BitProcess)
     {
         return(Methodsx64.lgLcdSetAsLCDForegroundApp(device, foregroundYesNoFlag));
     }
     else
     {
         return(Methodsx86.lgLcdSetAsLCDForegroundApp(device, foregroundYesNoFlag));
     }
 }
Exemple #2
0
 public extern static uint lgLcdSetAsLCDForegroundApp([In] int device, [In] ForegroundYesNoFlags foregroundYesNoFlag);