Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. simple C question...

simple C question...

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorialquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Raphael Kindt
    wrote on last edited by
    #1

    Hi... I'm looking for a C function which detects a key pressed. For example a function like IsKeyPressed() which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël

    C M J 3 Replies Last reply
    0
    • R Raphael Kindt

      Hi... I'm looking for a C function which detects a key pressed. For example a function like IsKeyPressed() which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      kbhit


      Image tools: ThumbNailer, Bobber, TIFFAssembler

      1 Reply Last reply
      0
      • R Raphael Kindt

        Hi... I'm looking for a C function which detects a key pressed. For example a function like IsKeyPressed() which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        Check out _kbhit() --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me

        R 1 Reply Last reply
        0
        • M Michael Dunn

          Check out _kbhit() --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me

          R Offline
          R Offline
          Raphael Kindt
          wrote on last edited by
          #4

          thanks a lot... Hello World!!! :) from Raphaël

          1 Reply Last reply
          0
          • R Raphael Kindt

            Hi... I'm looking for a C function which detects a key pressed. For example a function like IsKeyPressed() which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël

            J Offline
            J Offline
            Jambolo
            wrote on last edited by
            #5

            GetAsyncKeyState() is a Windows function that will tell you the state of a particular key.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups