We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the following properties to my window in order to default rendering to the bottom screen instead of top's:
SDL_SetNumberProperty(window_props, SDL_PROP_WINDOW_CREATE_X_NUMBER, 0); SDL_SetNumberProperty(window_props, SDL_PROP_WINDOW_CREATE_Y_NUMBER, 320);
Prevent SDL_EVENT_MOUSE_MOTION and SDL_EVENT_MOUSE_BUTTON_DOWN from being called (only tried those two, there are likely more)
SDL_EVENT_MOUSE_MOTION
SDL_EVENT_MOUSE_BUTTON_DOWN
Perhaps this is not the correct way to change the display screen?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding the following properties to my window in order to default rendering to the bottom screen instead of top's:
Prevent
SDL_EVENT_MOUSE_MOTION
andSDL_EVENT_MOUSE_BUTTON_DOWN
from being called (only tried those two, there are likely more)Perhaps this is not the correct way to change the display screen?
The text was updated successfully, but these errors were encountered: