Welcome, Guest. Please login or register.

Author Topic: window size  (Read 3013 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Gilloo

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 124
    • Show all replies
Re: window size
« on: February 01, 2012, 02:07:11 PM »
Hi,
For a non borderless window (aka normal window :) ), the usable width is w->Width - w->BorderLeft - w->BorderRight, and the height, w->Height - w->BorderTop - w->BorderBottom.

For a GimmeZeroZero window, use w->GZZWidth and w->GZZHeight instead w->Width and w->Height.
« Last Edit: February 01, 2012, 02:11:07 PM by Gilloo »