Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ajm113

Pages: [1]
1
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 23, 2009, 02:45:22 pm »
Ok, I just converted everything and it compiles fine. Its just I get this problem:



I mite go with GTK, I'll just finish what I have going on here and then see by the weekend on getting linux and then compiling the game on it.

2
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 23, 2009, 12:05:58 am »
Well whats Linux's Messagebox command?

I thought something like this feature would be no problem to add. If your API can run on different Operating Systems.

3
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 22, 2009, 11:03:56 pm »
Really, why? You guys cover everything, except for a message box?? Can you suggest what to do?

4
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 22, 2009, 09:06:27 pm »
Ok, I got most of what I want converted. How can I display a Messagebox? I looked through your docs. It seems you guys cover everything except that.

5
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 22, 2009, 04:15:45 pm »
Alright, I'll play around with it. Its wired its like IntelliSense isn't picking up on your API that well. It seemed to work a while ago now it's Intellisense isn't showing a drop down box .

Any ways I have a couple more questions.

Whats a alternative of timeGetTime from windows in your API? I need it for my performance handler.

How can I set a window's state? I.E Maximize, Minimize, etc?

And how can I get the user's screen x,y cords?

Thank you, Andrew.

6
Window / Get Key ID When Key Is Pressed? (C++)
« on: February 21, 2009, 11:34:07 pm »
Hello, SFML community!

Ok, I decided to get my game going on for Linux and Mac from Win32, but I needed a good API that was portable easy and this API looks about right! :wink:


Ok, I got a bool array of 256. What I want to do is so the ID number of a key was pressed like A was pressed row 1 of that array will be set to true and when A is released row 1 is set to false.

How can I do that? Like Wparam and Win32 examples show sometimes.

Pages: [1]
anything