is_fullscreen property

  1. @Int32()
int is_fullscreen
getter/setter pair

Fullscreen state of the source window (macOS only, 0=unknown/no, 1=yes).

Implementation

@ffi.Int32()
external int is_fullscreen;