3 namespace SiliconStudio.
Paradox.Input
8 public partial class VirtualButton
15 private Mouse(
string name,
VirtualButtonType type,
int id,
bool isPositiveAndNegative =
false) : base(name, type,
id, isPositiveAndNegative)
56 int index = (Id & TypeIdMask);
66 return manager.MousePosition.X;
70 return manager.MousePosition.Y;