Example #1
0
 internal void Clear()
 {
     KeyEventsList.Clear();
     MouseEventsList.Clear();
     KeyCharPressesList.Clear();
     WheelDelta = 0f;
 }
Example #2
0
 internal void Clear()
 {
     KeyEventsList.Clear();
     MouseEventsList.Clear();
     KeyCharPressesList.Clear();
 }
Example #3
0
 internal void Clear()
 {
     KeyEventsList.Clear();
     MouseEventsList.Clear();
 }