Ignore:
Timestamp:
Oct 24, 2021, 4:50:48 AM (3 years ago)
Author:
rossy
Message:

Daodan: Add new local input system based on Raw Input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Patches/Utility.c

    r1161 r1163  
    102102                memcpy(output_ptr, default_msg, sizeof(default_msg));
    103103        }
    104        
     104
    105105}
    106106
    107 typedef struct
    108 {
    109         uint16_t x;
    110         uint16_t y;
    111 
    112 } IMtPoint2D;
    113 IMtPoint2D Point = {256, 250};
     107IMtPoint Point = {256, 250};
    114108extern void* TSrTest;
    115109extern void* TSrScores;
Note: See TracChangeset for help on using the changeset viewer.