Add new functions

This commit is contained in:
Milan Nikolic 2022-08-27 16:51:14 +02:00
parent 70200c3151
commit cf628212a1
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
4 changed files with 121 additions and 21 deletions

View file

@ -193,6 +193,8 @@ const (
FlagWindowTransparent = 0x00000010
// Set to support HighDPI
FlagWindowHighdpi = 0x00002000
// Set to support mouse passthrough, only supported when FLAG_WINDOW_UNDECORATED
FlagWindowMousePassthrough = 0x00004000
// Set to try enabling MSAA 4X
FlagMsaa4xHint = 0x00000020
// Set to try enabling interlaced video format (for V3D)