Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble installing samples on win64
#7
Hi! I'm glad using tcc solved the compatibility problems.

Regarding redefining ESC, yes, you can disable it by remapping INPUT_QUIT to scancode 0 after creating the main window:

Code:
TLN_CreateWindow (NULL, 0);
...
TLN_DefineInputKey(PLAYER1, INPUT_QUIT, 0);

Please take a look here for further information about input remapping:
Windowing - redefining inputs
Reply


Messages In This Thread
Trouble installing samples on win64 - by Azecy_ - 06-29-2021, 05:39 PM
RE: Trouble installing samples on win64 - by megamarc - 07-02-2021, 04:04 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)