Search:

Type: Posts; User: rags_to_riches

Search: Search took 0.19 seconds.

  1. Replies
    13
    Views
    4,191

    This is probably a simple case of not seeing the...

    This is probably a simple case of not seeing the issue because the functions are named so similarly. When you're registering your callbacks, don't you want this

    glutMouseFunc(motionFunction);
    to...
  2. Replies
    13
    Views
    4,191

    You need to link in the GLut or OpenGL library....

    You need to link in the GLut or OpenGL library. Consult the documentation for the library and/or the development environment you're using to find out how to do this.
Results 1 to 2 of 2