Codebase list dillo / upstream/3.0.2_rc1 dw / fltkmisc.hh
upstream/3.0.2_rc1

Tree @upstream/3.0.2_rc1 (Download .tar.gz)

fltkmisc.hh @upstream/3.0.2_rc1raw · history · blame

#ifndef __FLTKMISC_HH__
#define __FLTKMISC_HH__

namespace dw {
namespace fltk {

/**
 * \brief Miscellaneous FLTK stuff.
 */
namespace misc {

int screenWidth ();
int screenHeight ();

void warpPointer (int x, int y);

} // namespace misc
} // namespace fltk
} // namespace dw


#endif // __FLTKMISC_HH__