lightbrush / ofxWindows

Addon for openFrameworks for working with Windows - screen, mouse, keyboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxWindows

Addon for openFrameworks for working with Windows - screen, mouse, keyboard.

Features

  • Controlling OpenGL windows (make borderless, set position and size for borderless fullscreen).
  • Controlling console window (hide,show).
  • Mouse move and click emulation.
  • Sending keyboard hit to a window, found by window class name(see windows / winlister for getting window class).
  • Make current window foreground, show or hide any window.
  • Grab screen (GDI method).

'utilities' folder contents useful programs.

Requirements

Addon was tested in Windows 10, openFrameworks 0.10.1.

About

Addon for openFrameworks for working with Windows - screen, mouse, keyboard.


Languages

Language:C++ 83.2%Language:Makefile 16.8%