Added system.get_process_id() to api docs.
This commit is contained in:
parent
212d4e2729
commit
aec6806d8f
|
@ -192,6 +192,12 @@ function system.get_clipboard() end
|
|||
---@param text string
|
||||
function system.set_clipboard(text) end
|
||||
|
||||
---
|
||||
---Get the process id of lite-xl it self.
|
||||
---
|
||||
---@return integer
|
||||
function system.get_process_id() end
|
||||
|
||||
---
|
||||
---Get amount of iterations since the application was launched
|
||||
---also known as SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency()
|
||||
|
|
Loading…
Reference in New Issue