Skip to content

Instantly share code, notes, and snippets.

@moebiussurfing
Last active August 3, 2020 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moebiussurfing/8e4ad417d89c1b52fa589e44aa74987e to your computer and use it in GitHub Desktop.
Save moebiussurfing/8e4ad417d89c1b52fa589e44aa74987e to your computer and use it in GitHub Desktop.
openFrameworks / Windows set window on top
HWND AppWindow = GetActiveWindow();
SetWindowPos(AppWindow, HWND_TOPMOST, NULL, NULL, NULL, NULL, SWP_NOMOVE | SWP_NOSIZE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment