Class HoldControl
- Namespace
- Termule.Engine.Components
- Assembly
- Termule.Engine.dll
Control whose value indicates if a button is currently down.
public sealed class HoldControl : Control<bool>, IMessageListener<ButtonDown>, IMessageListener<ButtonUp>, IMessageListener<CharTyped>, IMessageListener<MouseMoved>, IMessageListenerBase
- Inheritance
-
HoldControl
- Implements
-
IMessageListener<ButtonDown>IMessageListener<ButtonUp>IMessageListener<CharTyped>IMessageListener<MouseMoved>
- Inherited Members
Constructors
HoldControl(Button)
Control whose value indicates if a button is currently down.
public HoldControl(Button button)
Parameters
buttonButtonThe target button.