System
The System class is a class for getting and setting information about the Kirikiri core and the environment in which Kirikiri is running. Objects cannot be created from this class.
メンバ
コンストラクタ
なし
メソッド
addContinuousHandler
( Adding a continuous handler )
assignMessage
( Change message assignment )
createAppLock
( Check for double startup )
createUUID
( Generate UUID string )
doCompact
( Compact memory )
dumpHeap
( Heap information dump (1.1.0 or later) )
exit
( Synchronous termination of Kirikiri )
getArgument
( Get command line options )
getKeyState
( Get key state )
getTickCount
( Get tick count )
inform
( View messages )
readRegValue
( Reading the registry )
removeContinuousHandler
( Remove Continuous Handler )
setArgument
( Setting command line options )
shellExecute
( Execute file / program )
showVersion
( Display about dialog (1.1.0 or later) )
terminate
( Asynchronous termination of Kirikiri )
toActualColor
( Get the actual color of a color constant )
touchImages
( Loading images into the cache )
プロパティ
appDataPath
( User home directory path )
dataPath
( Data storage path )
desktopHeight
( Desktop height )
desktopLeft
( Desktop left edge position )
desktopTop
( Desktop top position )
desktopWidth
( Desktop width )
drawThreadNum
( Number of threads used for drawing )
eventDisabled
( Whether event delivery has been suspended )
exceptionHandler
( Handler function for uncaught exception )
exeBits
( Whether the Kirikiri core is a 32-bit version or a 64-bit version (1.3.0 or later) )
exeName
( Path to Kirikiri core )
exePath
( Path of the folder containing the Kirikiri core )
exitOnWindowClose
( Whether to exit when the main window closes )
graphicCacheLimit
( Image cache limit )
onActivate
( When the application is activated )
onDeactivate
( When the application becomes inactive )
osBits
( Whether the OS is 32-bit or 64-bit (1.3.0 or later) )
osName
( OS name )
personalPath
( My Documents Path )
platformName
( Platform name )
savedGamesPath
( Saved game path (1.1.0 or later) )
screenHeight
( Screen height )
screenWidth
( Screen width )
title
( title )
versionInformation
( Version information string )
versionString
( Version string )
イベント
なし