GlyphInfo type. Some new text and core functions.
This commit is contained in:
@@ -10,6 +10,8 @@ int lcoreIsWindowFocused( lua_State *L );
|
||||
int lcoreSetWindowMonitor( lua_State *L );
|
||||
int lcoreSetWindowPosition( lua_State *L );
|
||||
int lcoreSetWindowSize( lua_State *L );
|
||||
int lcoreSetWindowOpacity( lua_State *L );
|
||||
int lcoreGetWindowHandle( lua_State *L );
|
||||
int lcoreSetWindowMinSize( lua_State *L );
|
||||
int lcoreGetMonitorPosition( lua_State *L );
|
||||
int lcoreGetMonitorSize( lua_State *L );
|
||||
@@ -20,6 +22,7 @@ int lcoreIsWindowState( lua_State *L );
|
||||
int lcoreClearWindowState( lua_State *L );
|
||||
int lcoreIsWindowResized( lua_State *L );
|
||||
int lcoreSetWindowIcon( lua_State *L );
|
||||
int lcoreSetWindowIcons( lua_State *L );
|
||||
int lcoreSetWindowTitle( lua_State *L );
|
||||
int lcoreGetMonitorCount( lua_State *L );
|
||||
int lcoreGetCurrentMonitor( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user