Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

12 řádky
251 B

  1. using System;
  2. namespace CI.WSANative.Input
  3. {
  4. public static class WSANativeInput
  5. {
  6. public static Action<WSAPointerProperties> PointerPressed { get; set; }
  7. public static Action<WSAPointerProperties> PointerReleased { get; set; }
  8. }
  9. }