Thread: POINT and COORD

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    70

    POINT and COORD

    if I would do GetCursorPos(&somePOINT); would it save the x and y coordinates as pixels? Is there any safe conversion from POINT to COORD? Or even better, can I do a "SetConsoleCursorPosition" with a POINT structure?

    Nevermind, I figured it out.
    Last edited by Extol; 04-17-2003 at 04:37 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is there an easiest way to rotate a line?
    By csonx_p in forum Windows Programming
    Replies: 14
    Last Post: 04-23-2008, 07:15 AM
  2. Simple Linked list woes!
    By Bajanine in forum Windows Programming
    Replies: 4
    Last Post: 06-22-2005, 11:14 PM
  3. the holy grail for newbie programmers...
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 10-08-2003, 07:19 PM
  4. Looking for Tips to write api for GUI
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 07-12-2002, 08:31 PM
  5. more with my 1st structure program
    By sballew in forum C Programming
    Replies: 42
    Last Post: 10-22-2001, 08:03 PM