| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | TimeSlices ?? |
PR> Here's where I'm stuck, 'I don't know squat' (to quote
PR> you) about mouse programming under os/2... Could you
PR> maybe post a very short sample program that would say
PR> print the mouse coordinates on the screen whenever the
Get PRCP.INF and look up the Mou functions. Here's an untested sample from
the MS OS/2 1.x reference:
#define INCL_SUB
#include
NOPTRRECT mourt = { 0, 0, 24, 79 };
main( )
{
CHAR ch;
KBDKEYINFO kbci;
HMOU hmou;
MOUEVENTINFO mouev;
USHORT fWait = MOU_NOWAIT;
ch = ' ';
VioWrtNChar(&ch, 2000, 0, 0, 0);
ch = 'A';
MouOpen(0L, &hmou);
MouDrawPtr(hmou);
do {
MouReadEventQue(&mouev, &fWait, hmou);
if (mouev.time) {
if (mouev.fs & MOUSE_BN1_DOWN) { /* is 1st button down? */
MouRemovePtr(&mourt, hmou);
VioWrtNChar(&ch, 1, mouev.row, mouev.col, 0);
MouDrawPtr(hmou);
}
}
KbdCharIn(&kbci, IO_NOWAIT, 0);
} while (kbci.chChar != 'Q');
MouClose(hmou);
}
--- Maximus/2 2.02p1
* Origin: Sol 3/Toronto (905)858-8488 (1:259/414)SEEN-BY: 105/42 620/243 711/401 409 410 413 430 807 808 809 934 955 712/407 SEEN-BY: 712/515 628 704 713/888 800/1 7877/2809 @PATH: 259/414 400 99 250/702 3615/50 396/1 270/101 105/103 42 712/515 @PATH: 711/808 809 934 |
|
| SOURCE: echomail via fidonet.ozzmosis.com | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.