Results 1 to 3 of 3

Thread: [?] Clean events quene?

  1. #1

    [?] Clean events quene?

    =( while my app loads (someone know a good way to do that ?), if the guy click on screen the clicks on the window they to event quene ;/

    How can i clear the event quene ?
    From brazil (:

    Pascal pownz!

  2. #2

    [?] Clean events quene?

    The peocedure

    [pascal]
    SDL_PumpEvents
    [/pascal]

    will process all pending Input state and update, in effect clearing the state.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  3. #3

    [?] Clean events quene?

    Quote Originally Posted by technomage
    The peocedure

    [pascal]
    SDL_PumpEvents
    [/pascal]

    will process all pending Input state and update, in effect clearing the state.
    Yeah nice ^^ tnx,

    someone knows a good way to make a loadscreen while loading resources?
    From brazil (:

    Pascal pownz!

Bookmarks

Posting Permissions

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