Message Board


Message Board > Fenix / Bennu / Gemix / DIV > I hate to post this question...

June 23, 2006, 09:46
Quiest
now with more happynes
142 posts

...but I can`t find my answers in any google search I did, nor on flamingbird.com nor on any docs I have on my pc: Can someone list me the mouse struct?
____________
Roundhousekick to the face, baby!
#
June 23, 2006, 10:42
Eckolin
Quite Whiskered
388 posts

I'm aware of
- left
- middle
- right

And then it some of the locals of regular processes.
- file
- graph
- flags
- size

and of course
- x
- y
- z

It does not have alpha, size_x, size_y or cnumber.

[Edited on June 23, 2006 by Eckolin]
____________
Maker of Games...
Wisdom is supreme; therefore get wisdom.
Need help with coding? I probably wrote something similar.
#
June 23, 2006, 11:28
Quiest
now with more happynes
142 posts

Thanks alot for the fast answer :)
____________
Roundhousekick to the face, baby!
#
June 23, 2006, 12:33
Sandman
F3n!x0r
1194 posts

Type "mouse" in the console:

____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
June 23, 2006, 12:39
Fiona
games are terrible
-9616558 posts

wheelup and wheeldown eh?
____________
laffo
#
June 23, 2006, 12:51
Transdiv
Whiskered
38 posts
Hi

I have put in my Web Page a Fenix Windows binary distribution compiled from CVS up to 11-June-2006. There is a directory Comandos (Commands) where I have put 2 source files main_div.txt & sysprocs.txt that make it obvious all the global/local variable definitions and all the functions, the number and type of parameters. Slainte comments the CVS fixes some minor internal bugs. The only problem is that because some internal changes, not all the DLLs compile without needed modifications.

www.geocities.com/transdiv

Transdiv

PD: beware : The page is in spanish.
____________
#
June 23, 2006, 12:54
DTM
Earthling!
821 posts

how do you get the console?
____________
:o
#
June 23, 2006, 13:30
Sandman
F3n!x0r
1194 posts

Use commandline parameter -g to compile:

fxc -g name.dcb

And then press Alt-C in Fenix.

About the CVS version: it fixes float bugs and possibly priority bug compared to 0.84b. Not sure though.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
June 23, 2006, 13:30
Rincewind
programmer
1546 posts

Quiest, if you were looking for mouse.speed by any chance which sadly doesn't exist in Fenix (while it does in DIV) then you could make a mouse speed thingie yourself (which is pretty easy).

And Transdiv, welcome to Booleansoup and thanks for the CVS compilation. :)
____________
Personal website: http://www.loijson.com
#
June 28, 2006, 11:40
Quiest
now with more happynes
142 posts

No, I was looking for the buttons to be honest :D

I` just built a room editor for my new game, and I wanted mouse control.

What a shame I didn`t try mouse.left out of curiosity... well, it`s good to have this documented somewhere anyways :D
____________
Roundhousekick to the face, baby!
#
August 21, 2006, 13:32
Ariel Yust
Bloodcoughted Yozik
291 posts

I usualy use a process to and use it as a mouse...

x=mouse.x;
y=mouse.y;

so I have more freedom over the mouse abillitys

anyway mouse wont work on Strategy games so Im using a process to be a mouse ^_^

x=mouse.x+scroll.x0;
y=mouse.y+scroll.y0;

just incase someone needs it :P
____________
Get bitten by a vampire or at least at my own character muhahahaha!
http://s7.bitefight.org/c.php?uid=159944
#

Message Board > Fenix / Bennu / Gemix / DIV > I hate to post this question...

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!