Esempio n. 1
0
 public static bool GetMouseButtonState(PlatformWindowHandle handle, global::Uno.Platform.MouseButton button)
 {
     return((handle).GetMouseButtonState(button));
 }
Esempio n. 2
0
 public static bool GetKeyState(PlatformWindowHandle handle, global::Uno.Platform.Key key)
 {
     return((handle).GetKeyState(key));
 }
Esempio n. 3
0
 public static global::Uno.Platform.PointerCursor GetPointerCursor(PlatformWindowHandle handle)
 {
     return((handle).GetPointerCursor());
 }
Esempio n. 4
0
 public static void SetPointerCursor(PlatformWindowHandle handle, global::Uno.Platform.PointerCursor cursor)
 {
     (handle).SetPointerCursor(cursor);
 }
Esempio n. 5
0
 public static bool IsOnscreenKeyboardVisible(PlatformWindowHandle handle)
 {
     return((handle).IsOnscreenKeyboardVisible());
 }
Esempio n. 6
0
 public static bool IsStatusBarVisible(PlatformWindowHandle handle)
 {
     return(false);
 }
Esempio n. 7
0
 public static global::Uno.Int2 GetClientSize(PlatformWindowHandle handle)
 {
     return((handle).GetClientSize());
 }
Esempio n. 8
0
 public static bool IsTextInputActive(PlatformWindowHandle handle)
 {
     return((handle).IsTextInputActive());
 }
Esempio n. 9
0
 public static string GetTitle(PlatformWindowHandle handle)
 {
     return((handle).GetTitle());
 }
Esempio n. 10
0
 public static void SetTitle(PlatformWindowHandle handle, string title)
 {
     (handle).SetTitle(title);
 }
Esempio n. 11
0
 public static void Close(PlatformWindowHandle handle)
 {
     (handle).Close();
 }
Esempio n. 12
0
 public static float GetDensity(PlatformWindowHandle handle)
 {
     return((handle).GetDensity());
 }
Esempio n. 13
0
 public static global::Uno.Int2 GetStatusBarSize(PlatformWindowHandle handle)
 {
     return(new global::Uno.Int2(0, 0));
 }
Esempio n. 14
0
 public static void BeginTextInput(PlatformWindowHandle handle, global::Uno.Platform.TextInputHint hint)
 {
     (handle).BeginTextInput(hint);
 }
Esempio n. 15
0
 public static void SetClientSize(PlatformWindowHandle handle, global::Uno.Int2 clientSize)
 {
     (handle).SetClientSize(clientSize);
 }
Esempio n. 16
0
 public static void EndTextInput(PlatformWindowHandle handle)
 {
     (handle).EndTextInput();
 }
Esempio n. 17
0
 public static bool GetFullscreen(PlatformWindowHandle handle)
 {
     return((handle).GetFullscreen());
 }
Esempio n. 18
0
 public static bool HasOnscreenKeyboardSupport(PlatformWindowHandle handle)
 {
     return((handle).HasOnscreenKeyboardSupport());
 }
Esempio n. 19
0
 public static void SetFullscreen(PlatformWindowHandle handle, bool fullscreen)
 {
     (handle).SetFullscreen(fullscreen);
 }
Esempio n. 20
0
 public static void SetOnscreenKeyboardPosition(PlatformWindowHandle handle, global::Uno.Int2 position)
 {
 }
Esempio n. 21
0
 public static global::Uno.Int2 GetOnscreenKeyboardSize(PlatformWindowHandle handle)
 {
     return(new global::Uno.Int2(0, 0));
 }