/*
            __
           / /_______________  ____  ___
          / __/ ___/ ___/ __ \/ __ \/ _ \
         / /_(__  ) /__/ /_/ / /_/ /  __/
         \__/____/\___/\____/ .___/\___/
                           /_/
    
    mouse interface

    By Michael Stevens

    See license.html for copyright information
*/

#ifndef TSCOPE_MOUSE_H
#define TSCOPE_MOUSE_H

#ifdef __cplusplus
extern "C" {
#endif

    void ts_textbox(int x1, int y1, int x2, int y2);
    void ts_button(int x, int y);
    int ts_drawmouse();
    int ts_hidemouse();
    int ts_xmouse();
    int ts_ymouse();
    void ts_mousepos(int x, int y);
    int ts_mousecolor(int color);

#ifdef __cplusplus
}
#endif
#endif                          //      TSCOPE_MOUSE_H


top
Persoonlijke pagina Universiteit GentTscope
Allegro | Cygwin | Gcc
© See license.html for copyright information