Results 1 to 2 of 2

Thread: GetTickCount() Equivalent

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Howdy.

    I use the GetTickCount() API call in VB games programming a lot, but now I'm developing a Java game, and I'm wondering what might be the best way of going about it ?

    Ive been looking with java.util.*, and am wondering if this is what I should be messing around with.

    Any code samples gratefully accepted.

    Thanks,
    Jamie.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    Guest

    Lightbulb

    "GetTickCount This function returns the number of milliseconds since boot time."

    I suppose you could always go to a native method call.

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