Unit 'ctGLFW' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_glfw]

GLFWvidmode

Declaration

Source position: ctglfw.pas line 398

type GLFWvidmode = record

  Width: Integer;

  

  Height: Integer;

  

  redBits: Integer;

  

  greenBits: Integer;

  

  blueBits: Integer;

  

  refreshRate: Integer;

  

end;



CT Web help

CodeTyphon Studio