Jump to content

stlobeli

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by stlobeli

  1. it's not that i'm lazy mr.kirby, but do you think it's better to show the user that he/she has pressed "0x70" rather than "F1"??
  2. how to get keyboard keys from the hex value??
  3. i did try the same logic like yours, but there are times when key press timing doesn't meet the key value in the _IsPressed, causing user to press the key two times or more, any other idea??
  4. no, _IsPressed does not wait for user key strokes, instead, it checks if user pressed the key specified in the key parameter,what i want is, a way to wait for a key press and then get the value of the pressed key. again, like getch() method in C or C++
  5. anyone knows how to wait for user key strokes and get the value?? just like C++ getch() method.
×
×
  • Create New...