mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Update new line deviations for newer workspace
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
partial class AcceptsFocusProperty : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::AcceptsFocusProperty);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -7,7 +7,9 @@ namespace osu.Framework.Graphics
|
||||
partial class Drawable : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::osu.Framework.Graphics.Drawable);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => false;
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => false;
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
partial class HandleMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::HandleMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class HandleNonPositionalInputProperty : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::HandleNonPositionalInputProperty);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class HandlePositionalInputProperty : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::HandlePositionalInputProperty);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class IHasContextMenuInterface : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::IHasContextMenuInterface);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class IHasCustomTooltipInterface : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::IHasCustomTooltipInterface);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class IHasPopoverInterface : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::IHasPopoverInterface);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class IHasTooltipInterface : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::IHasTooltipInterface);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class IKeyBindingHandlerInterface : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::IKeyBindingHandlerInterface);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
partial class PartialClass : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::PartialClass);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnClickMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnClickMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnDoubleClickMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnDoubleClickMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnDragEndMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnDragEndMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnDragMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnDragMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnDragStartMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnDragStartMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
partial class OnFocusLostMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnFocusLostMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
partial class OnFocusMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnFocusMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnHoverLostMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnHoverLostMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnHoverMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnHoverMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnJoystickAxisMoveMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnJoystickAxisMoveMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnJoystickPressMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnJoystickPressMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnJoystickReleaseMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnJoystickReleaseMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnKeyDownMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnKeyDownMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnKeyUpMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnKeyUpMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnMidiDownMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnMidiDownMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnMidiUpMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnMidiUpMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnMouseDownMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnMouseDownMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnMouseMoveMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnMouseMoveMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnMouseUpMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnMouseUpMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnScrollMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnScrollMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTabletAuxiliaryButtonPressMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTabletAuxiliaryButtonPressMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTabletAuxiliaryButtonReleaseMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTabletAuxiliaryButtonReleaseMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsNonPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTabletPenButtonPressMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTabletPenButtonPressMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTabletPenButtonReleaseMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTabletPenButtonReleaseMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTouchDownMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTouchDownMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTouchMoveMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTouchMoveMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class OnTouchUpMethod : global::osu.Framework.Input.ISourceGeneratedHandleInputCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Input.ISourceGeneratedHandleInputCache.KnownType => typeof(global::OnTouchUpMethod);
|
||||
|
||||
bool global::osu.Framework.Input.ISourceGeneratedHandleInputCache.RequestsPositionalInput => true;
|
||||
}
|
||||
@@ -7,6 +7,7 @@ namespace osu.Framework.Graphics
|
||||
partial class Drawable : global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache.KnownType => typeof(global::osu.Framework.Graphics.Drawable);
|
||||
|
||||
bool global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache.IsLongRunning => false;
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
partial class LongRunningType : global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache
|
||||
{
|
||||
global::System.Type global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache.KnownType => typeof(global::LongRunningType);
|
||||
|
||||
bool global::osu.Framework.Allocation.ISourceGeneratedLongRunningLoadCache.IsLongRunning => true;
|
||||
}
|
||||
Reference in New Issue
Block a user