Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/MouseAPI_FS19/data/gui/scripts/MouseAPICursor.lua @ 12327

Last change on this file since 12327 was 12327, checked in by tkuonen, 5 years ago

Add MouseAPICursor gui

File size: 131 bytes
Line 
1-- MouseAPICursor.lua
2-- Display a Mouse Cursor by displaying a empty Menu
3
4local P = createMenuSheet("MouseAPICursor")
5
6return P
7
Note: See TracBrowser for help on using the repository browser.