Beispiel #1
0
 public PVRAxisEventData(EventSystem eventSystem, int hand, pvrButton btn, pvrVector2f axis)
     : base(eventSystem)
 {
     _btn  = btn;
     _axis = axis;
     _hand = hand;
 }
Beispiel #2
0
 public PVRButtonEventData(EventSystem eventSystem, int hand, pvrButton btn)
     : base(eventSystem)
 {
     _btn  = btn;
     _hand = hand;
 }