Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
16
minorGems/graphics/getMouse.h
Normal file
16
minorGems/graphics/getMouse.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Jason Rohrer
|
||||
// getMouse.h
|
||||
|
||||
/**
|
||||
*
|
||||
* general interface for getting current mouse position
|
||||
* Implemented by a graphix framework on a particular platform
|
||||
*
|
||||
*
|
||||
* Created 3-21-2000
|
||||
* Mods:
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
void getMouse( int *x, int *y );
|
Loading…
Add table
Add a link
Reference in a new issue