MonoDevelop.Components.Commands.CommandManager.HandleWinMotionNotifyEvent C# (CSharp) Method

HandleWinMotionNotifyEvent() private method

private HandleWinMotionNotifyEvent ( object o, Gtk args ) : void
o object
args Gtk
return void
		void HandleWinMotionNotifyEvent (object o, Gtk.MotionNotifyEventArgs args)
		{
			RegisterUserInteraction ();
		}