--- 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`