Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- using System;
-
- namespace CI.WSANative.Input
- {
- public static class WSANativeInput
- {
- public static Action<WSAPointerProperties> PointerPressed { get; set; }
-
- public static Action<WSAPointerProperties> PointerReleased { get; set; }
- }
- }
|