Results 1 to 3 of 3

Thread: User input in fullscreen directx prog.

Hybrid View

  1. #1

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60

    User input in fullscreen directx prog.

    Hi, I was wondering on how to get some user input in a fullscreen directx app. I mean like in my level editor (see some other post), that the user can type in the name of the level. Should I do this with a directinput buffer or something?

    Thanks,
    Usako

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Simply hold a string that has what the user has typed, then blit that string to the screen every update. You may want to make the "textbox get focus" first, if you know what I mean (making the user click on it, maybe change the border colour of the textbox).
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60
    yeah...seems simple O_o. Anyway, I just found some sorta library that should do it for me (called TrueFX)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width