Skip to content

Commit

Permalink
bugfix: Comment out more tablet stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan authored Feb 5, 2025
1 parent 0805428 commit 436247d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/osdep/amiberry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ bool ismouseactive ()
void target_inputdevice_unacquire(const bool full)
{
const AmigaMonitor* mon = &AMonitors[0];
close_tablet(tablet);
tablet = NULL;
//close_tablet(tablet);
//tablet = NULL;
if (full) {
//rawinput_release();
SDL_SetWindowGrab(mon->amiga_window, SDL_FALSE);
Expand All @@ -708,7 +708,7 @@ void target_inputdevice_acquire()
{
const AmigaMonitor* mon = &AMonitors[0];
target_inputdevice_unacquire(false);
tablet = open_tablet(mon->amiga_window);
//tablet = open_tablet(mon->amiga_window);
//rawinput_alloc();
SDL_SetWindowGrab(mon->amiga_window, SDL_TRUE);
}
Expand Down

0 comments on commit 436247d

Please sign in to comment.