Search found 3 matches

by gibxam
Mon Oct 27, 2008 1:44 am
Forum: Programming Discussion
Topic: Checking for mouse clicks?
Replies: 4
Views: 1017

Re: Checking for mouse clicks?

Hey I still need to read through this to fully understand what my friend on 3dbuzz is doing but I thought some people may be interested in this. I give full credits to enhzflep on 3dbuzz, check it out. #include <windows.h> #include <wincon.h> #include <stdio.h> VOID MouseEventProc(MOUSE_EVENT_RECORD...
by gibxam
Sat Oct 25, 2008 5:46 pm
Forum: Programming Discussion
Topic: Checking for mouse clicks?
Replies: 4
Views: 1017

Re: Checking for mouse clicks?

Hey Marauder,

Thanks for the quick response. The code you posted does not work, it compiles and runs fine however it never gets past the first if statement. I'm going to check out the link you posted and post back with results :)

-Max
by gibxam
Sat Oct 25, 2008 1:35 am
Forum: Programming Discussion
Topic: Checking for mouse clicks?
Replies: 4
Views: 1017

Checking for mouse clicks?

Hello Everyone, Especially Falco and the rest of the dev team. I've been a long time viewer of your guys' videos, and I know everyone has said it a million times, but good job and keep up the great work :)! I am writing a C++ console app and trying to check to see if the left mouse button is being h...