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

Author Topic: Some controls in SFML game  (Read 1369 times)

0 Members and 1 Guest are viewing this topic.

WajdaW

  • Newbie
  • *
  • Posts: 4
    • View Profile
Some controls in SFML game
« on: November 10, 2010, 10:33:33 am »
Hi there, I have a problem about how to realize some combo boxes, text boxes and text area in my game?
Combo box is needed for player to choose character, and other is needed for in-game chat. I want for those controls not to be windows like, but to have some custom skins which will be similar to game theme. Now how to realize those controls do I need to make my own controls for this or I can use for example windows forms controls, or winAPI controls and somehow override their look?
How to do that?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Some controls in SFML game
« Reply #1 on: November 10, 2010, 10:35:43 am »
Laurent Gomila - SFML developer