Changeset 357 for trunk/src/sdl


Ignore:
Timestamp:
04/29/15 14:10:49 (10 years ago)
Author:
epyon
Message:
  • common - required msvc version bumped
  • io_event/sdl_input - native scan code added
  • core/allocator.hh - interface added (WIP)
  • core/string_ref.hh - full implementation of efficient string_ref with literal support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sdl/sdl_input.cc

    r338 r357  
    9898        default : break;
    9999        }
     100
     101        kevent.key.native = ke.keysym.scancode;
    100102
    101103        // If key was understood by nv, then it's valid, otherwise ignored
Note: See TracChangeset for help on using the changeset viewer.