* Get window scale DPI factor */
| 382 | * Get window scale DPI factor |
| 383 | */ |
| 384 | static Vector2 GetScaleDPI() { return ::GetWindowScaleDPI(); } |
| 385 | |
| 386 | /** |
| 387 | * Set clipboard text content |
nothing calls this directly
no outgoing calls
no test coverage detected