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 - TULOA

Pages: [1]
1
Feature requests / Ability to set the window title.
« on: August 13, 2011, 06:11:41 am »
From the search I did and my knowledge on creating windows with SFML we cannot at this moment change the window title after creation.

My request would therefore be to allow us to set the window title.

2
General discussions / Question regaurding user input.
« on: June 18, 2011, 11:53:53 pm »
Hurray a new issue....

I saw it discussed but is there any plans to fix or add a key for the Numpad Delete/Period Key?

Right now it isn't recognized and I have no idea how to edit SFML to include it for my project.

3
General discussions / Question regaurding user input.
« on: June 07, 2011, 01:46:49 am »
Ok but I was hoping for more of an example of how to use it.

4
General discussions / Question regaurding user input.
« on: June 06, 2011, 11:13:02 pm »
Is it possible to trigger an event or setup a listener on key up instead of key press?

For instance when they release the key it would add whatever key to the string. It would help for homemade user input for graphical programs. Otherwise I have to put in a delay so it isnt a million times a second >.<

I know C++ native has a WM_KEYUP or something like it.

Pages: [1]
anything