flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > Mouse Event on Menuet 32-bit?

Author
Thread Post new topic Reply to topic
itsnobody



Joined: 01 Feb 2008
Posts: 93
Location: Silver Spring, MD
itsnobody 09 Feb 2008, 19:44
Is there any possible way to wait for a mouse event on Menuet 32?

Otherwise if there isn't, checking if the mouse hovers over something becomes slow and dependent upon the other events
Post 09 Feb 2008, 19:44
View user's profile Send private message Reply with quote
Ville



Joined: 17 Jun 2003
Posts: 304
Ville 11 Feb 2008, 09:41
Have you tried enabling mouse event with system call 40 at program start ? Mouse has event 6.

Code:
mov  eax , 40
mov  ebx , 100111b
int  0x40

mov  eax , 10
int  0x40
cmp  eax , 6
je   mouse_event
    
Post 11 Feb 2008, 09:41
View user's profile Send private message Reply with quote
itsnobody



Joined: 01 Feb 2008
Posts: 93
Location: Silver Spring, MD
itsnobody 11 Feb 2008, 19:40
Thanks a lot

I must have missed that in the doc
Post 11 Feb 2008, 19:40
View user's profile Send private message Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 13 Feb 2008, 06:18
Menuet (and OctaOS, even) don't seem to like my laptop's touchpad (buggy PS/2 emulation??). Oh well.

EDIT: Compaq Presario F572US w/ Synaptics touchpad.


Last edited by rugxulo on 14 Feb 2008, 18:47; edited 1 time in total
Post 13 Feb 2008, 06:18
View user's profile Send private message Visit poster's website Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 13 Feb 2008, 10:10
Conf please! What laptop? Maybe there's a way around or maybe its internally through USB!?
Post 13 Feb 2008, 10:10
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
itsnobody



Joined: 01 Feb 2008
Posts: 93
Location: Silver Spring, MD
itsnobody 13 Feb 2008, 23:40
Madis731 wrote:
Conf please! What laptop? Maybe there's a way around or maybe its internally through USB!?


Tested and works on my laptop...Intel Pentium Dual-Core T2310
Post 13 Feb 2008, 23:40
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.