mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
Note: build.sh updated to make sure that test:help build action:target doesn't also call test.sh by adding `:_all` meta-target. Note: CI will need a new help-keyman-com.sh build step to deploy web engine help. Fixes: #12347
23 lines
316 B
Markdown
23 lines
316 B
Markdown
---
|
|
title: setPos
|
|
---
|
|
|
|
## Summary
|
|
|
|
Set absolute position and size of desktop OSK window, limited to screen.
|
|
|
|
## Syntax
|
|
|
|
```c
|
|
keyman.osk.setPos(pt)
|
|
```
|
|
|
|
### Parameters
|
|
|
|
`pt`
|
|
: Type: `Object`
|
|
: An object with the two properties `left` and `top`, used to set the position of the OSK.
|
|
|
|
### Return Value
|
|
|
|
`undefined`
|