delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/28/09:45:35

From: "Rehammar" <rehammar AT telia DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: __dpmi_int
Date: Thu, 28 Jan 1999 14:34:11 +0100
Organization: Telia Internet Services
Lines: 14
Message-ID: <36b077af.0@d2o25.telia.com>
NNTP-Posting-Host: d2o25.telia.com
X-Newsreader: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
X-NNTP-Posting-Host: 195.198.161.6
X-Complaints-To: abuse AT internet DOT telia DOT com
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

I'm trying to show the mouse with the following code:

showMouse()
{
 __dpmi_regs r;
 r.x.ax=1;
 __dpmi_int(0x10,&r);
}

But it doesn't work, anyone can help me ??

\\Robert Rehammar


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019