CursorGrabMode
enum in Window
Properties
Property | Description |
---|---|
None | No grabbing of the cursor is performed. |
Confined | The cursor is confined to the window area. There’s no guarantee that the cursor will be hidden. You should hide it by yourself if you want to do so. Platform-specific
|
Locked | The cursor is locked inside the window area to the certain position. There’s no guarantee that the cursor will be hidden. You should hide it by yourself if you want to do so. Platform-specific
|