Advertisement
sriharshachilakapati

SilenceEngine Display class (New) (Indesign)

Mar 12th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.08 KB | None | 0 0
  1. Display
  2. =======
  3.    |- create() : void
  4.    |- centerOnScreen() : void
  5.    |- isCloseRequested() : boolean
  6.    |- makeCurrent() : void
  7.    |- show() : void
  8.    |- hide() : void
  9.    |- hideCursor() : void
  10.    |- grabCursor() : void
  11.    |- showCursor() : void
  12.    |- update() : void
  13.    |- destroy() : void
  14.    |- wasResized() : boolean
  15.    |- wasDirty() : boolean
  16.    |- getWindow() : Window
  17.    |- getWidth() : int
  18.    |- getHeight() : int
  19.    |- setWidth(int) : void
  20.    |- setHeight(int) : void
  21.    |- getSize() : Vector2
  22.    |- setSize(int, int) : void
  23.    |- setSize(Vector2) : void
  24.    |- getPosition() : Vector2
  25.    |- setPosition(int, int) : void
  26.    |- setPosition(Vector2) : void
  27.    |- isResizable() : boolean
  28.    |- setResizable(boolean) : void
  29.    |- getVSync() : boolean
  30.    |- setVSync(boolean) : void
  31.    |- getTitle() : String
  32.    |- setTitle(String) : void
  33.    |- getAspectRatio() : float
  34.    |- isFullScreen() : boolean
  35.    |- setFullScreen(boolean) : void
  36.    |- getVideoMode() : VideoMode
  37.    |- setVideoMode(VideoMode) : void
  38.    |- getMonitor() : Monitor
  39.    |- setMonitor(Monitor) : void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement