support for 2 mice? 3 mice etc. CPNMOUSE for Windows (Announce)
> For DOS, there's one screen and one keyboard. That's it.
Firstly as above don't forget MDA which as mentioned earlier. e.g. Turbo Debugger supported 2 monitors at the same time.
> Anything beyond
> that (you see, even a single mouse) must be managed by additional drivers.
Secondly this statement is false (or it depends how you look at things), e.g. when writing BBS software/doors people often used to think in this manner:
Int 10h, Int 16h = input/output method 1
Int 21h = input/output method 2
e.g. code snippet from my megapage BBS door which used ANSI (for color only but didn't actually need it) and didn't require any other drivers at all:
Procedure DoubleWrite(Text2Write:String);
Begin
If USEANSI then
Begin
If SYSOP_is_Chatting then
Begin
If Last_Colour=SYSOP_Textcolour then
Begin
End
else
Begin
ANSI_Textcolour(SYSOP_Textcolour);
Textcolor(SYSOP_Textcolour);
End;
Last_Colour:=SYSOP_Textcolour;
End
else
Begin
If Last_Colour=USER_Textcolour then
Begin
End
else
Begin
ANSI_Textcolour(USER_Textcolour);
Textcolor(USER_Textcolour);
End;
Last_Colour:=USER_Textcolour;
End;
End;
DisplayString(Text2Write);
Write(Text2Write);
End;
Complete thread:
- CuteMouse v2.1b4 - some fixes - Japheth, 09.08.2010, 07:18
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- CuteMouse v2.1b4 - some fixes - swf, 09.08.2010, 17:33
- CuteMouse v2.1b4 - some fixes - Japheth, 10.08.2010, 06:54
- CuteMouse v2.1b4 - support for 2 mice? OptiMAME/OptiMouse - Arjay, 10.08.2010, 09:34
- CuteMouse v2.1b4 - support for 2 mice? OptiMAME/OptiMouse - bretjohn, 10.08.2010, 18:35
- CuteMouse v2.1b4 - support for 2 mice? OptiMAME/OptiMouse - Arjay, 10.08.2010, 18:53
- support for 2 mice? - ecm, 10.08.2010, 19:04
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 19:32
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 19:38
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 19:53
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - bretjohn, 10.08.2010, 20:20
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 20:35
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 20:57
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 21:04
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - bretjohn, 10.08.2010, 21:07
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 21:15
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 20:57
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 20:48
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 20:51
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 20:35
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 20:30
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - bretjohn, 10.08.2010, 20:20
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 19:53
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - marcov, 11.08.2010, 15:48
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - ecm, 10.08.2010, 19:38
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 20:10
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 20:38
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 20:51
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 20:57
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 21:11
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 21:20
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 21:22
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 21:39
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 21:53
- RS232 to keyboard / interesting keyboard hardware interfaces - bretjohn, 10.08.2010, 22:35
- RS232 to keyboard / interesting keyboard hardware interfaces - bretjohn, 10.08.2010, 22:08
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 21:53
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 21:39
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 21:11
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 20:57
- RS232 to keyboard / interesting keyboard hardware interfaces - Arjay, 10.08.2010, 20:51
- RS232 to keyboard / interesting keyboard hardware interfaces - ecm, 10.08.2010, 20:38
- support for 2 mice? 3 mice etc. CPNMOUSE for Windows - Arjay, 10.08.2010, 19:32
- Free util that supports dual Monitors under MS-DOS/FREEDOS - Arjay, 16.08.2010, 13:23
- dual PS2 keyboards (shared output) under MS-DOS/FREEDOS - Arjay, 16.08.2010, 14:19
- support for 2 mice? - ecm, 10.08.2010, 19:04
- CuteMouse v2.1b4 - support for 2 mice? OptiMAME/OptiMouse - Arjay, 10.08.2010, 18:53
- CuteMouse v2.1b4 - support for 2 mice? OptiMAME/OptiMouse - bretjohn, 10.08.2010, 18:35
- CuteMouse v2.1b4 - some fixes - Arjay, 10.08.2010, 11:08
- CuteMouse v2.1b4 - an interesting idea from Vintage Computer - Arjay, 10.08.2010, 13:13
- CuteMouse v2.1b4 - some fixes - swf, 09.08.2010, 17:33
Mix view