25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using System;
-
- namespace CI.WSANative.Input
- {
- public class WSAPointerProperties
- {
- public WSAInputType InputType { get; set; }
-
- public bool IsLeftButtonPressed { get; set; }
-
- public bool IsRightButtonPressed { get; set; }
-
- public bool IsEraser { get; set; }
-
- public bool IsInverted { get; set; }
- }
- }
|