idTech4.UI.idListWindow.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
		private void Init()
		{
			_typed = string.Empty;
			_typedTime = 0;
			_clickTime = 0;
			_currentSelection.Clear();
			_top = 0;
			_sizeBias = 0;
			_horizontal = false;
			_scroller = new idSliderWindow(this.DeviceContext, this.UserInterface);
			_multipleSelection = false;
		}
		#endregion