Class PS2Mouse
This class describes the PS/2 mouse.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public class PS2Mouse : MouseBase
Properties
| Improve this Doc View SourceHasScrollWheel
Declaration
public bool HasScrollWheel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PS2Port
Declaration
public byte PS2Port { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceHandleMouse(ref INTs.IRQContext)
Declaration
public void HandleMouse(ref INTs.IRQContext context)
Parameters
Type | Name | Description |
---|---|---|
INTs.IRQContext | context |
Initialize()
This is the required call to start the mouse receiving interrupts.
Declaration
public override void Initialize()