Skip to content

9AE39A69

Marcel Härtel edited this page Aug 27, 2023 · 2 revisions

GameControl Events

Events

ComponentState Subscribe to get Update and Draw event info for all GameComponents (IUpdatable, IDrawable).
(Inherited from GraphicsDeviceControl)
MultiSampleCountRefreshed Subscribe to this event to react to MultiSampleCount changes in your custom controls.
(Inherited from GraphicsDeviceControl)
OnMouseWheelDownwards Scroll the mouse wheel downwards to trigger this event.
(Inherited from GraphicsDeviceControl)
OnMouseWheelUpwards Scroll the mouse wheel upwards to trigger this event.
(Inherited from GraphicsDeviceControl)

See Also

Reference

GameControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally